You are on page 1of 3

Visual Basic 6.

ADDING TIMER CONTROL

ADDING A TIMER CONTROL


A timer

control can execute code at regular intervals by causing a timer event to occur. A timer control is invisible during run time. By double clicking the control shown bellow, a timer can be added or by drag and dropping the control.

PROPERTIES OF TIMER
(Name): returns the name used in code to identify name. Enabled: sets the value to determine the whether the object can respond or not. Index: Sets the number identifying the control in a control array. Left: Sets the distance between internal left edge of an object. Tag: stores any extra data Top: Sets the distance between internal top edge of an object

You might also like