◄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.