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?
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?
Windows platform. Dont know in which language the exe(application) has been created.
You can use PostMessage() call to post an appropriate message to the application. Why are you posting this on a Qt forum anyway?
I thought it might be possible with Qt.
Bookmarks