:: ck ::
Actuarial Boy
- Joined
- Jan 1, 2003
- Messages
- 2,414
- Gender
- Male
- HSC
- 2004
ok i kinda suck at vb
heres a quick question
umm
say i have the main form (form1)
how do i make it so that another form (say form2) is open and active when form1loads
when i do:
Private Sub Form_Load()
Load Form2
Form2.Show
End Sub
it opens alrite except wot i want to do is make it active and also so u cant switch windows back to form1 once form2 is opened when the program starts up
heres a quick question
umm
say i have the main form (form1)
how do i make it so that another form (say form2) is open and active when form1loads
when i do:
Private Sub Form_Load()
Load Form2
Form2.Show
End Sub
it opens alrite except wot i want to do is make it active and also so u cant switch windows back to form1 once form2 is opened when the program starts up