Clicking mouse by sending messages
- by Frank Meulenaar
I'm trying to send mouse clicks to a program. As I don't want the mouse to move, I don't want to use SendInput or mouse_event, and because the window that should receive the clicks doesn't really use Buttons or other GUI events, I can't send messages to these buttons.
I'm trying to get this working using SendMessage, but for some reason it doesn't…