Sep 10, 2010 at 3:24pm UTC
Hey, i have a small question.
How can i get a handle form a other button in another programm and how can i aktivate this button?
Thanks for you help! :)
Sep 10, 2010 at 3:31pm UTC
I assume this is a Windows question.
If you can identify it, you already have its handle. To do something to it, you send it a message.
You can use Spy or one of the variants to look watch messages that are sent to a window.
Last edited on Sep 10, 2010 at 3:36pm UTC
Sep 10, 2010 at 3:35pm UTC
you mean with sendmessage?
i test it (:
Sep 10, 2010 at 3:36pm UTC
SendMessage or PostMessage
Sep 10, 2010 at 3:47pm UTC
Haven't you taken a look with Spy?
WM_LBUTTONDOWN and WM_LBUTTONUP