Does anyone know how to use the KillTimer API? I have used SetTimer API from User32.dll to create a timer object on a VBA form, but when I hide the form the timer still keeps running.
I tried calling KillTimer with the timer object's windows handle (returned by SetTimer) as the first paramater, but I don't know what to put in the second parameter. Anyway, I called it with a 0 and a 1 as the second parameter and it doesn't work. Any ideas??
Steve
I tried calling KillTimer with the timer object's windows handle (returned by SetTimer) as the first paramater, but I don't know what to put in the second parameter. Anyway, I called it with a 0 and a 1 as the second parameter and it doesn't work. Any ideas??
Steve