B
bill
Vb.net
I have 2 windows forms
One is used as the splash screen
I have the timer set to 5000
and enabled
I want the first screen to close and open a second form
the splash screen closes and then the second form never
opens.
Under the tick event
me.close()
dim form1 as new form1
form1.show
Why doesnt this work
Thanks
I have 2 windows forms
One is used as the splash screen
I have the timer set to 5000
and enabled
I want the first screen to close and open a second form
the splash screen closes and then the second form never
opens.
Under the tick event
me.close()
dim form1 as new form1
form1.show
Why doesnt this work
Thanks