CeRunAppAtEvent. You can detect either time or TZ changes.
http://msdn.microsoft.com/en-us/library/aa932775.aspx

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
> Hi,
>
[quoted text clipped - 3 lines]
> It's not receiving WM_SETTINGCHANGE nor WM_TIMECHANGE then... Should
> it?
RaNo - 20 Dec 2008 12:21 GMT
> CeRunAppAtEvent. You can detect either time or TZ changes.
>
> http://msdn.microsoft.com/en-us/library/aa932775.aspx
Thanks!
And how do I later opt out from receiving the notification if I no
longer need to detect them? The docs say nothing about it...
Chris Tacke, eMVP - 20 Dec 2008 16:06 GMT
The docs *do* say something about it. See the same page - the flag
NOTIFICATION_EVENT_NONE

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
> CeRunAppAtEvent. You can detect either time or TZ changes.
>
> http://msdn.microsoft.com/en-us/library/aa932775.aspx
Thanks!
And how do I later opt out from receiving the notification if I no
longer need to detect them? The docs say nothing about it...