I know how to use sendmessage api. But how do I make program that receves message?? Can someone point me in the right direction?
Printable View
I know how to use sendmessage api. But how do I make program that receves message?? Can someone point me in the right direction?
You need to subclass the form which is to receive messages. Then you use the WindowProc function to retrieve incoming messages. If you do a search on subclassing you will find many examples available.
Ok thanx alot. This helped me getting started.
:cool: