how to capture system date change event?
-
is there any event for system date change?
-
is there any event for system date change?
Do you need to
SetSystemTime
?Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
-
Do you need to
SetSystemTime
?Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
No. If system date changes i need to insert data into database
-
No. If system date changes i need to insert data into database
Check out
WM_TIMECHANGE
message.«_Superman_»
-
Check out
WM_TIMECHANGE
message.«_Superman_»
WM_TIMECHANGE will it be posted for evry mili sec or sec??? Actually I am looking for date change but not time change
-
WM_TIMECHANGE will it be posted for evry mili sec or sec??? Actually I am looking for date change but not time change
Imagine a cold and lonely computer somewhere. It is a daaaaark and stormy night, about 11pm. The evil operator comes along, and changes time back by 22 hours, to 1am. This is not on the face of it, a date change. In reality, it is. Iain.
Codeproject MVP for C++, I can't believe it's for my lounge posts...
-
WM_TIMECHANGE will it be posted for evry mili sec or sec??? Actually I am looking for date change but not time change
WM_TIMECHANGE
is posted when a user changes the data or time or time zone. It is not posted for every clock tick.«_Superman_»
-
WM_TIMECHANGE
is posted when a user changes the data or time or time zone. It is not posted for every clock tick.«_Superman_»
use function "afx_msg void OnTimeChange( )"