There are some messages which are sent to all top level windows by Windows CE Operating System.
For Example - Power on/off
(537 - WM_DEVICECHANGE)
By subclassing a window procedure those messages can be monitored.(using MessageWindow class)
I want to know whether the Sytem Error Messages are sent to the all top level windows by OS or not?
Is there a way to monitor System Error Messages in compact framework?
Thank You
Mahesh Kumara
For Example - Power on/off
(537 - WM_DEVICECHANGE)
By subclassing a window procedure those messages can be monitored.(using MessageWindow class)
I want to know whether the Sytem Error Messages are sent to the all top level windows by OS or not?
Is there a way to monitor System Error Messages in compact framework?
Thank You
Mahesh Kumara