System Error Messages in Windows CE

Joined
Dec 14, 2006
Messages
3
Reaction score
0
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
 
Back
Top