Hello
How can I written an event subroutine for a Timer?
I haven't delphi but I will do this in my application an windows eventtimer with a callback
Private Sub Timer1_Timer()
End Sub
Can somebody help me how I can do this
I know use the WinAPI's setTimer() and KillTimer(), TimerProc() but how?
I want an easy example
Kind regards
Stephane
How can I written an event subroutine for a Timer?
I haven't delphi but I will do this in my application an windows eventtimer with a callback
Private Sub Timer1_Timer()
End Sub
Can somebody help me how I can do this
I know use the WinAPI's setTimer() and KillTimer(), TimerProc() but how?
I want an easy example
Kind regards
Stephane
Comment