Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 53,338 times

Contents

Related Categories

Timer control - Properties

Properties

The Enabled property specifies whether the procedure should be called at the specified interval. If set to False, the procedure will not be called. This can be set a run-time and design-time.

The interval property specifies how often the procedure is called in milliseconds that takes effect when a Timer control's Enabled property is set to True. For example, a value of 10,000 milliseconds equals 10 seconds. The maximum, 65,535 milliseconds, is equivalent to just over 1 minute. This can be set a run-time and design-time.

Please note that the Timer control is not always accurate, and if your PC is very busy, the Timer event will not fire until it has some free time.

James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.

Comments