Guest nddwind Posted August 21, 2004 Posted August 21, 2004 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 August 21, 2004 Posted August 21, 2004 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)
lte5000 Posted August 21, 2004 Posted August 21, 2004 AutoItSetOption ("WinTitleMatchMode", 4) WinActivate("classname=CLASSNAME") The window's classname can be gotten with AutoIt Window Spy. HTH. Kendall
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