Click to See Complete Forum and Search --> : Using a timer.


wilton
January 7th, 2000, 02:24 AM
I reading about the ms timer control and it says the longest possible interval is a little over 64 seconds. Does anyone know of a timer that works just a little longer?

Chris Eastwood
January 7th, 2000, 02:50 AM
There are many ways of implementing this, using a 'static' counter in the timer event or even using a WinAPI timer - you can download some sample code and read up on extended timers from :

http://codeguru.developer.com/vb/articles/1938.shtml

or you can check the VB KnowledgeBase article at :

http://support.microsoft.com/support/kb/articles/q180/7/36.asp?FR=0



Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

wilton
January 7th, 2000, 03:03 AM
Thanks, That should work.