I am using a NativeWindow object to subclass an unmanaged window\'s message pump, with the purpose of intercepting its messages.
I dont hav开发者_StackOverflowe much of a C++ background but have successfully hooked a window and converted its msgs into raised events that my application can consume, Ive started by inheriting from