|
-
December 16th, 1999, 03:17 PM
#1
Timer
I have a VB 6.0 application that has 1 standard module with a Main sub procedure, and 7 other class modules. I am trying to create an instance of a timer object without using the timer control. Is this capable of being done in a class or standard module? I hope this makes sense to somebody...
-
December 16th, 1999, 03:35 PM
#2
Re: Timer
Take a look at :
http://support.microsoft.com/support.../7/36.asp?FR=0
I also seem to remember there being a timer implemented using the API in a class module on the VB5 CD - I haven't checked, but it's probably on the VB6 CD as well (I think it's in the 'unsupported' directory somewhere - called XTimer (?) or similar)
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
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
|