Timer in module

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

How can I use a timer in a module such that I can start the timer and then
trap when timer has reached the interval?

Many Thanks

Regards
 
Or, you can use System.Threading.Timers or System.Timers.Timer.

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 
Back
Top