|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
tick event for timer component
Hi i wish to implement a recursive subroutine using the timer component. However i cant use the tick event handler. When i call the timer using "timer1." the list does not contain the tick option, only interval,enabled, parent, index,name and tag.
|
|
#2
|
|||
|
|||
|
Hi,
The timer control in Visual Basic does not have a "tick" event. The event that gets fired after the set interval is called "Timer". So, if you want to call the timer routine outside of it's normal intervals, you need to use this: Code:
Call Timer1_Timer() This will execute the code in the Timer1_Timer routine. Basically just like calling any other routine. Grtz.© M. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > tick event for timer component |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|