N
newscorrespondent
I set up an IMessageFilter in an attempt to trap the WM_QUIT message from a
plain C# windows forms application. I never get the WM_QUIT message. How
come?
I also get a number of messages that are way outside of the windows message
range.
(C0F0, C0F3, 2100) and others. I am guessing that these are .NET messages.
Whatever they are where are they documented and what keyword can I use to
search and find them?
Thanks
plain C# windows forms application. I never get the WM_QUIT message. How
come?
I also get a number of messages that are way outside of the windows message
range.
(C0F0, C0F3, 2100) and others. I am guessing that these are .NET messages.
Whatever they are where are they documented and what keyword can I use to
search and find them?
Thanks