Click to See Complete Forum and Search --> : Timer


Samantha
December 16th, 1999, 02:17 PM
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...

Chris Eastwood
December 16th, 1999, 02:35 PM
Take a look at :

http://support.microsoft.com/support/kb/articles/q180/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