c# - MessageWindow - How can I tell if it has been destroyed? -
I am working with C # and CF and I have to use message messages to stop Windows messages.
There may be scenarios where message windows die unexpectedly. This is a problem for me because the message that is getting it is very important and I would like to log the fact that the window Has died.
Unfortunately I have not seen any way (at least not the API in the management) that I can get this kind of information can anyone help?
Definitely what "death" means, but usually when a window is destroyed (Including a messwd built-in) you will get a WM_DESTROY call Can you see it in WndProc?
Comments
Post a Comment