dat Posted July 6, 2006 Posted July 6, 2006 Hello everyone, Need help with ControlSend(). $oIE = _IECreate("www.yahoo.com"); ControlSend ("Yahoo! - Microsoft Internet Explorer","","","{TAB 3}{ENTER}") Why doesn't anything respond?
bucky002 Posted July 6, 2006 Posted July 6, 2006 (edited) I'm pretty certain that you can't do a ControlSend with just the window title. It needs a control id, I'm pretty sure you could use IE.au3 to do what you are wanting to do. Your only other option is to do something like this. $oIE = _IECreate("www.yahoo.com") Send ("{TAB 3}{ENTER}") EDIT: Changed some stuff. Edited July 6, 2006 by bucky002
dat Posted July 6, 2006 Author Posted July 6, 2006 I'm pretty certain that you can't do a ControlSend with the window title. It needs a control id not the window title, I'm pretty sure you could use IE.au3 to do what you are wanting to do. Your only other option is to do something like this. $oIE = _IECreate("www.yahoo.com") Send ("{TAB 3}{ENTER}") I am looking more into ControlSend()
bucky002 Posted July 6, 2006 Posted July 6, 2006 Does {Tab 3} even exist? Wouldn't it just be {TAB} ?
MHz Posted July 6, 2006 Posted July 6, 2006 (edited) Does {Tab 3} even exist? Wouldn't it just be {TAB} ?Yes, does exist. Look at helpfile for tips...Edit:Clarity Edited July 6, 2006 by MHz
bucky002 Posted July 6, 2006 Posted July 6, 2006 (edited) Yes, does exist. Look at helpfile for tips...Edit:ClarityOk, I was wondering. Edited July 6, 2006 by bucky002
herewasplato Posted July 6, 2006 Posted July 6, 2006 I am looking more into ControlSend()...let me know what you find...You might want to run the code in this post:http://www.autoitscript.com/forum/index.ph...showtopic=14395...then learn IE.au3 :-) [size="1"][font="Arial"].[u].[/u][/font][/size]
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