Thread: New window
View Single Post
Old Dec 11th, 2006, 9:20 PM   #2
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 172
Rep Power: 3 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
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.
PhilBon is offline   Reply With Quote