Jump to content

Winactive Regexp


Recommended Posts

Edit: syntax error:

#include <Array.au3>
$a = WinList("[REGEXPTITLE:\A[a|b|c|d|e|f]]")
_ArrayDisplay($a)

Assuming you mean that the starting character can be a, b, c, d, e, or f....correct?

Otherwise, this works...if it's just a string:

AutoItSetOption("WinTitleMatchMode",1) ; this is not necessary, as 1 is the default...unless you have changed this setting earlier in your script.
WinActivate("abcdef")

 

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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

×
×
  • Create New...