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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -