CyberMax Posted March 11, 2012 Posted March 11, 2012 This script below works Set oAutoIt = WScript.CreateObject("AutoItX3.Control") Call oAutoIt.Opt("WinTitleMatchMode", 2) If oAutoIt.WinExists("note") Then WScript.Echo "Window exists" End If but this script below dont works Set oAutoIt = WScript.CreateObject("AutoItX3.Control") Call oAutoIt.Opt("WinTitleMatchMode", -2) If oAutoIt.WinExists("note") Then WScript.Echo "Window exists" End If What did I do wrong here? I need it to be case insensitive so that I can match any title irregardless of the lowercase or uppercase of the same title. Please help. Thank you.
CyberMax Posted March 31, 2012 Author Posted March 31, 2012 Tonite is April 1st, any news regarding my problem here? Thank you
CyberMax Posted October 20, 2013 Author Posted October 20, 2013 Well, today October 20, 2013, more than a year now, any solution to my problem above. Thank you.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now