RE: Timer in a plug-in
In VB I guess?
Add a form, and add a Timer.
In the initialize function call:
Load Form1
And you can then use whatever you want, Form1.Timer1.Enable, Form1.Timer1.Interval.. Etc...
This post was edited on 12-21-2005 at 01:23 PM by (CyBeRDuDe).
|