|
-
January 7th, 2000, 03:24 AM
#1
Using a timer.
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?
-
January 7th, 2000, 03:50 AM
#2
Re: Using a timer.
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.../7/36.asp?FR=0
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
-
January 7th, 2000, 04:03 AM
#3
Re: Using a timer.
Thanks, That should work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|