Jump to content

Recommended Posts

Posted

Hey guys,

up till now I have dealt with windows that have simple names so when calling them I have had no trouble. Now, however, I am trying to change the state of windows with long names and I can't seem to get a "hold" of them.

So when window spy gives me a window title like "Call Logging - [Work Group - New Call]" or an IE window like "AutoIt Forums -> Posting New Topic - Microsoft Internet Explorer" how do I reference that?

Posted

Might want to check the helpfile under...

Function Reference> Misc. Functions> AutoItSetOption

JS

<{POST_SNAPBACK}>

WinTitleMatchMode Alters the method that is used to match window titles during search operations.

1 = Match the title from the start (default)

2 = Match any substring in the title

3 = Exact title match

4 = Advanced mode, see Window Titles & Text (Advanced)

Thanks, hadn't used that before....

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
×
×
  • Create New...