Automating an application
Posted
by dacman
on Stack Overflow
See other posts from Stack Overflow
or by dacman
Published on 2010-03-08T16:00:33Z
Indexed on
2010/03/08
16:06 UTC
Read the original article
Hit count: 331
I've always wondered the best way to automate use of a GUI in windows. When I was about 15, I wrote a little application that used some simple windows api functions to automatically click on certain locations on the screen based on a script. This could be used to automate GUI apps, but surely it's not the best way.
So, my question is: What's the best way to automate use of a GUI in windows? Are there certain windows API functions that would be beneficial? If the program were to crash, how could you detect that?
Thanks!
© Stack Overflow or respective owner