mikephn 0 Posted December 16, 2010 I'm having trouble making my script work with different versions of Windows. Here's an example: 1. Script clicks on save button in a program, waits until 'Save As' window opens 2. Script clicks 'Save' Now assume the user isn't using English version of Windows. The window title won't be 'Save As', and the button won't say 'Save'. With a button it's ok, I can use ControlClick and pass the ID. But what's the alternative to using WinExists? Share this post Link to post Share on other sites
JohnOne 1,603 Posted December 16, 2010 Search "Window Titles and Text (Advanced)" in helpfile. The answer to your question, is Yes. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
mikephn 0 Posted December 16, 2010 Thanks! (Answer was: You can set [CLASS:xyz] as a title) Share this post Link to post Share on other sites