R
Rehan Shaikh via .NET 247
i've created a flash screen form with the follw. code;
dim obj as new form2()
private sub form1_load( By val sender.....
me.timer1.start()
obj.showdialog()
end sub
private sub timer1_tick (By val Sender......
me.timer1.stop()
obj.close()
end sub
The flash screen form is appearing, but i've to close it manually and then the next form appears. it should halt based on the Milisec time specified in the timer.property. plz help. 10x.
dim obj as new form2()
private sub form1_load( By val sender.....
me.timer1.start()
obj.showdialog()
end sub
private sub timer1_tick (By val Sender......
me.timer1.stop()
obj.close()
end sub
The flash screen form is appearing, but i've to close it manually and then the next form appears. it should halt based on the Milisec time specified in the timer.property. plz help. 10x.