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...