search didn't come up with anything useful...
I have the handle of a button in another app...how do I send a message to click it?
Printable View
search didn't come up with anything useful...
I have the handle of a button in another app...how do I send a message to click it?
maybe you can do a SendMessage to the handle with the WM_CLICK message
oh thanks....totally forgot about the WM_CLICK message
:cool:
thanks :D
i think i forgot about it because VC++ says it doesn't exist :(
help? :(
It's WM_LBUTTONDOWN and then WM_LBUTTONUP OR just BM_CLICK.
:cool: you're the man hehe
thanks! :D