Timer Control Properties in VB.NET

How to use the timer control properties in VB.NET?

Explanation

Timer Control Properties

Following table lists the Timer control Properties, Events, Methods used commonly with the Timer Control in Visual Basic.net 2008.
Properties:
Properties Description
Enabled Property used to Get or set whether the timer is running.
Intrevale Property used to set or get the time in millisecond between the timer clicks.
Methods:
Events Description
Start Method used to start timer.
Stop Method used to stop timer.
Events:
Events Description
Tick Triggered when the time intreval has elapsed.

Thus you can use the properties of timer control in an effective way.

Visual Basic Tutorial


Ask Questions

Ask Question