Does anyone know how to implement and use a timer within a DLL?
I tried using the Windows API SetTimer call to create a timer, but couldn't figure out how to get the application handle, I then tried creating a TTimer, but couldn't figure out how to set the ontimer event since it needs a TObject passed as a parameter (Sender).
I tried using the Windows API SetTimer call to create a timer, but couldn't figure out how to get the application handle, I then tried creating a TTimer, but couldn't figure out how to set the ontimer event since it needs a TObject passed as a parameter (Sender).