apsync Posted May 5, 2005 Posted May 5, 2005 hello, i want to do something like this, if someone could help me i would be thankfull -> 1-) check if current window is not "blabla.com" titled 2-) if not, change to blabla.com 3-) Send("test") 4-) minimize window
apsync Posted May 5, 2005 Author Posted May 5, 2005 oh btw in step 2, i want to CHANGE and not open a new browser. thx
Wb-FreeKill Posted May 5, 2005 Posted May 5, 2005 oh btw in step 2, i want to CHANGE and not open a new browser.thx<{POST_SNAPBACK}>Current window? the active window, or be specific name?
apsync Posted May 5, 2005 Author Posted May 5, 2005 i mean, lets say, i have a site open, blabla.com. and i am working in photoshop, i want that program to check if the current window is blabla.com (in this case its photoshop) if its not, change to blabla.com.
apsync Posted May 5, 2005 Author Posted May 5, 2005 something like this If Not WinActive("blabla.com") Then WinActivate("blabla.com" , "") EndIf
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