Access (click) buttons in other apps' widnows? (MinGW g++)
I would like to make a simple application that clicks some buttons in other (already open) applications' windows. I also would like to avoid VC and use MinGW g++ instead. Is it possible? If so could someone point me to the references/tutorials/examples? Thanks!
Re: Access (click) buttons in other apps' widnows? (MinGW g++)
Sounds like this isn't anything related to VC or MinGW. FindWindow/EnumWindows and Post/SendWindow should do the trick.
Re: Access (click) buttons in other apps' widnows? (MinGW g++)
Well I found this
http://www.autohotkey.com/
so I don't have to re-invent the wheel so to speak. Thanks!
Re: Access (click) buttons in other apps' widnows? (MinGW g++)
Another wheel to your collection: AutoIt