PDA

View Full Version : Visual Basic Emergency (Due Tomm)



DarkClown12
02-13-2006, 03:14 AM
I am working on a program for school. So for some reason i decided to do it in VB with no VB expirence. Ne ways I have gotten started on it and ran into a snag so I am looking for major help as it is due tomm. Here is the situation below.

I hav made a form and it has a label and 4 command buttons, then i made a 2nd form and is has a label and 8 command buttons, what i want to happen is when i run it and click the first command button on form 1 i want it to jump to form 2 and i am wondering how can this be done.

If you can give me ne help on this I would be so grateful. If you can answer then respond here or hit me up on AIM or MSN.

Thanks,

DarkClown12

fatbobsarmy
02-17-2006, 08:08 AM
Form1.Hide
Form2.Show

fairly easy...