advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Timer Event Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 SUB ctlname_Timer ([Index AS INTEGER])
 
 Usage Notes
   ■ Use the Timer event procedure to tell Visual Basic what to do at every
     timer interval.
 
   ■ The Interval property specifies the interval between Timer events in
     milliseconds. For example, an Interval setting of 1 executes the Timer
     event every one-thousandth of a second.
 
   ■ A timer control's Enabled property must be set to True (-1) for the
     Timer event to occur.