Tagged Questions

0
votes
1answer
133 views

How to avoid repeated SendMessage

I have a problem: I use SendMessage from a procedure in a DLL to communicate with the main window; procedure is a hook procedure that allows main window to know when mouse right button is clicked in a ...