Announcement

Collapse
No announcement yet.

Needed Timer eventhandler

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rodney Hicks
    replied
    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.

    Leave a comment:


  • Stephane Fonteyne
    started a topic Needed Timer eventhandler

    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
    Stephane
Working...
X