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