D
Dean Redmond
i'm having trouble assigning a value to a handle.
basically i need to perform a mouseclick, wherever the cursor is, on the
screen at that time, and i have code that does this using the user32.dll
WM_LBUTTONDOWN/UP messages.
However, when i run my code, i think these messages are sent, but not to the
right place.
I've figured this is because i'm not assigning the handle properly.
any ideas?
Cheers!
basically i need to perform a mouseclick, wherever the cursor is, on the
screen at that time, and i have code that does this using the user32.dll
WM_LBUTTONDOWN/UP messages.
However, when i run my code, i think these messages are sent, but not to the
right place.
I've figured this is because i'm not assigning the handle properly.
any ideas?
Cheers!