Windows date change event
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, is there any windows event which tell to the application thatthere is date change ? Thanks.
You might look into the
WM_TIMECHANGE
message. Another option would be to set up a timer to fire every minute. Keep track of the date each time the timer fires."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
Hi All, is there any windows event which tell to the application thatthere is date change ? Thanks.