Announcement

Collapse
No announcement yet.

Timer

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

  • Timer

    I am using PBWin 90.
    Is there some code out there where the a time module be updated as it changes?
    Visual Basic 6 has a good routine for updating the time, but I have not found one to incorporate into one of my new programs.
    Any suggestions?
    Thank you.

  • #2
    You want to update the system time based on something external?

    Or are you talking about updating a time you display on the screen somewhere?

    Here is a demo which updates the time on the screen... written using DDT no less!

    GUI + Worker Thread + Abort Demo 11-24-07

    (Yes, that demo does a lot more than update the time on the screen. But you'll get to that other stuff eventually anyway).

    MCM
    Michael Mattias
    Tal Systems (retired)
    Port Washington WI USA
    [email protected]
    http://www.talsystems.com

    Comment


    • #3
      Thank you

      Michael,
      Your code demo did the trick. Thank you.
      -wil

      Comment

      Working...
      X