PDA

View Full Version : How to trigger the menu click event?



Gokulnathvc
17th September 2012, 11:14
I have an application running, and it has certain menus, I dont have code for this application. Just the exe. How to trigger the button click event if the corresponding menu item is pressed. Could we use another app to do this?

wysota
17th September 2012, 11:37
Which platform?

Gokulnathvc
17th September 2012, 11:38
Windows platform. Dont know in which language the exe(application) has been created.

wysota
17th September 2012, 11:39
You can use PostMessage() call to post an appropriate message to the application. Why are you posting this on a Qt forum anyway?

Gokulnathvc
17th September 2012, 11:41
I thought it might be possible with Qt.