|
First thing you should do, go to your local book store, read through a couple of the Visual Basic books. Go home research the titles of the books online and maybe look for some other places. second Google something like New Form in Visual Basic .Net (Visual Basic .Net is the current most common name for VB 2005 Express). First thing you have to do is create a second form. Second you need to initalize that form. Because a form is an Object you need to create a New instance of that Object. That's All I'll give. Find some resources, and post what you get, then I or others can help you some more. As a new poster always remember to Try it out yourself, and then when you cant get it, post the methods you did try, it will better help us understand what you are trying to do and in what way.
|