I am doing a project for my VB.NET class and I am a complete beginner, so please go easy on me :)
I have a windows form that will collect information from a user. When they click a button, I want to display all their information in a completely new window.
I'm not really sure how to display it in the new window. I considered using a message box, but I'm guessing that is not the best way to do this.
Any help would be appreciated.
Thanks..