Jump to content

Recommended Posts

Guest nddwind
Posted

Can AutoIt switch to a window without needed the window title?

rite now im using this to locate my window

WinActivate ("Dia1")

is there a way to active without needed the title of the window which is Dia1?

Guest nddwind
Posted

autoitsetoption + wintitlematchmode + 4

then use

classname=

or

wingethandle + handle=

<{POST_SNAPBACK}>

k so what it exactly would i type in the code to make it perform this function.

(my title "newbie" says it all)

Posted

AutoItSetOption ("WinTitleMatchMode", 4)
WinActivate("classname=CLASSNAME")

The window's classname can be gotten with AutoIt Window Spy.

HTH.

Kendall

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...