Announcement
Collapse
No announcement yet.
Needed Timer eventhandler
Collapse
X
-
Take a look at C:\PBWin90\Samples\Ddt\Graphic\Digital\Digital.bas in the sample files that came with PB. It doesn't get much simpler.
-
Needed Timer eventhandler
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
StephaneTags: None
Leave a comment: