Hi all,
I’m doing some automation for a nightly deployment of some software. My program should:
Open a program
Send shortcut key press to the program
Push a button
And close the program again.
So far I can open the program, bring it to front, send shortcut keys, but I can't figure out how to push a button in that window?
Are buttons windows? If so, I guess I have to enumerate child windows to push the button?
How do I send the push? sendmessage? What message type?
Any help would be appreciated,
- Henning