I'm trying to display the time in a static control. But I need a good way to keep it updating without using peekmessage or something where I use up all the cpu time.
This is a discussion on Displaying time within the Windows Programming forums, part of the Platform Specific Boards category; I'm trying to display the time in a static control. But I need a good way to keep it updating ...
I'm trying to display the time in a static control. But I need a good way to keep it updating without using peekmessage or something where I use up all the cpu time.
Use the SetTimer function.
Champion, thanks mate.