Hi,
I have two application in which i want to execute one application's command button click event using another application so how can i do using api.
If u have any idea pls tell me.
Thanks.
Mehul
Printable View
Hi,
I have two application in which i want to execute one application's command button click event using another application so how can i do using api.
If u have any idea pls tell me.
Thanks.
Mehul
Use PostMessage to send the BM_CLICK message to the window.
To get the handle of the window, use the FindWindowEx function.