Jump to content

WinGetTitle returns different results on different PC's


Benbo
 Share

Recommended Posts

Like the title says, I'm having a strange issue where WinGetTitle returns different results on different PC's.  I'm using AutoIt to control a custom GUI program, when I use my laptop everything works OK.  But, when I run the AutoIt script (both in debug mode and as an executable) on a different PC, I get a different result from WinGetTitle.  The window title (verified with AutoIt Window Info V3) is "QC_demo".  When I run AutoIt on the "other" PC, WinGetTitle returns either a blank or the GUI program's file name.

I've tried WinGetTitle("[ACTIVE]"), WinGetTitle (); and WinGetTitle("QC_demo") with the AutoItSetOption ("WinTitleMatchMode", -1).

I'm stumped, appreciate any help.

 

Link to comment
Share on other sites

Handle will be different each time you run your script.  Do not hardcode handle.  In anyways, you should provide runable code for us to understand what your issue is, instead of doing the guessing game...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...