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


Digital Jugend
September 18th, 2001, 04:55 PM
Does anyone know how to use the timer control without having a form in your project. In my case I want a timer in a .dll, which has no forms and I don't want to add another class, I want to use the built in timer object.

michi
September 18th, 2001, 05:37 PM
You can use SetTimer and KillTimer API. There are a lot of posts on this site, you can search them by using those keywords.

Regards,

Michi