How to use Timer
I want a form to be loaded for say 5 seconds,and after the 5 seconds is over i want that the current form should close automatically and the second form should display...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Sep 22, 2012, 12:21 AM
Use the activated event on the form to start the timer when the form activates.
Use the "Tick" event to excecute the code you want.
But you need to have one window form open where you are going to place your timer. Otherwise this will not work
Dorababu MekaPosted Sep 22, 2012, 12:33 AM
This will just hide the form.. As Akkiraju Ivaturi said it is not possible to show another form with out having a form in open state