MessageWindow - How can I tell if it has been destroyed?
I'm working with C# and CF and I need to use a MessageWindow to intercept Windows Messages. There may be scenarios where the MessageWindow dies unexpectedly. This is a problem for me as the messages it is receiving are kinda important and i'd like to log the fact the Window has died. Unfortunately I don't see any way (at least not in M...