Vaderman
September 21st, 2005, 12:05 PM
I've just read some vague article about Message-only windows! Interesting stuff but I found somewhat confusing!! So.... The question is, how would I create one with the very limited knowledge of Win 32 API that I have and how would such a window be embedded into an existing project?
For example: I have some hardware that sends messages, and these messages are intercepted by a message-only window, that is then retrieved from the main app.
My thinking would be to create a self registering DLL that incapsulates the behaviour and functionality that is needed for a message-only window so that way, its always present throughout the app's lifetime.
Any thoughts and pointers to the right direction would be greatly appreciated.
Kind regards
John
For example: I have some hardware that sends messages, and these messages are intercepted by a message-only window, that is then retrieved from the main app.
My thinking would be to create a self registering DLL that incapsulates the behaviour and functionality that is needed for a message-only window so that way, its always present throughout the app's lifetime.
Any thoughts and pointers to the right direction would be greatly appreciated.
Kind regards
John