Gordoni Posted February 2, 2009 Posted February 2, 2009 Hello . Looking for help with hold a SHIFTDOWN in minimalized window for a selected time. I was tryin do ControlSend($WindowName, "", "", "{SHIFTDOWN}") and later get it into code start/stop ( pause script ) but doesnt work. Any ideas how do that? Gordoni
Andreik Posted February 2, 2009 Posted February 2, 2009 Hello . Looking for help with hold a SHIFTDOWN in minimalized window for a selected time. I was tryin do ControlSend($WindowName, "", "", "{SHIFTDOWN}") and later get it into code start/stop ( pause script ) but doesnt work. Any ideas how do that? GordoniLook at your parameters. I don`t think that control ID could be "" .
mamut Posted February 2, 2009 Posted February 2, 2009 something like this: ControlSend($Title, "", "", "hi{enter}") working for me fine
Gordoni Posted February 2, 2009 Author Posted February 2, 2009 that work with {ENTER} .... but i need to use {SHIFTDOWN} and must be holded for a script exists time or selected timer ( without SHIFTUP )
Gordoni Posted February 4, 2009 Author Posted February 4, 2009 (edited) Connot get informations from Autoit Window Info . Normal Send("{SHIFTDOWN}") is working but need to use key in minimalized window... So need to use Window Name Still need help . Edited February 4, 2009 by Gordoni
James Posted February 4, 2009 Posted February 4, 2009 Which program is this for? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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