Using Visual Basic 6.0 How to Start & stop the TIMER
-
Hi there, How to Start & stop the TIMER(). During the progarm Execution timer starts and i can't able to stop timer when working with the different forms. i want to control the timer. Is there anyway to do it. Help me Thanx in Advance.
-
Hi there, How to Start & stop the TIMER(). During the progarm Execution timer starts and i can't able to stop timer when working with the different forms. i want to control the timer. Is there anyway to do it. Help me Thanx in Advance.
first set the properties of timer such as it's interval. Write the navigation code on timer_tick event. kavitabhat
-
first set the properties of timer such as it's interval. Write the navigation code on timer_tick event. kavitabhat
Hi, thank fr ur kind rply, I already set the timer interval to 1000. can u help me give some sample code on timer_tick event. i'm not familiar with it. Thanks.