Guest_imported
New member
- Jan 1, 1970
- 0
I have a prgm in VC++ that opens other prgms and generates BM_CLICK messages. What I want to do is to have those messages sent to the third-party prgms buttons. I think I can achieve this by inputting the second paramater of a Message Map function with the ID_ of the button. Would anyone know if this is possible? The way I was told was that a Message Map fucntion takes 2 params, first the message it's screening for and second, the function or Class the message is routed to. Is it possible to replace the function/Class param with the ID_ of the button and have the message sent to that button.<br><br>Any and all help is appreciated!