Jump to content

Recommended Posts

Posted

I'm double-boxing darkfall and need to find out how to call each window.

I wrote in ("{altdown}{tab}{altup}") but if it fails, it switches my macro(bad news).

tryed to figure out how to write in winhandle but its a FAIL

cant seem to get it to work. If anyone could help me id be geeked thank you!

just to be specific I need my marco to: pause the script thats runing,

switch darkfall windows ("get jiggy") then switch back, un pause script, and then resume.

once again Ty in advance

Posted

("!{TAB}") maybe

yeah I saw that but isn't that the same thing as sending each key?("{altdown}{tab}{altup}")

i need something that actually calls the window. i tryed messing around with mousemove

but that dosent work to well either idk man. i thought winhandle("handlehere") was the ticket,

but i cant seem to write it correctly. anyway thanx for responding bro

Posted (edited)

Try AU3INFO to get the window title by drag&drop the Finder Tool icon to the window that you want to bring forward.

Then, try this

WinActivate("get jiggy")

-------------------------------
Your Job in Jiggy goes here
-------------------------------

WinActivate("Window Title")

Hope this works.

Edited by WannaLearn

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