user interface - How to filter windows messages from a managed DLL -


How can I get the UI Framework Free (WinForms, WPF, Other Framework) to filter messages from windows?

Thank you.

Windows message are framework dependent WPF actually hidden by you But it depends on the old Win32 message loop, which is WinForms for its very behavior is just a paper thin (and incomplete incomplete) wrapper on Win32 too.

Technology is generally useful in writing a common filter function and adding all the different frameworks.

Note that, as an outline, it is extended beyond the win32 model, which is meaningful to block the set of messages, becomes less and less.


Comments