DexterMorgan Posted February 25, 2008 Posted February 25, 2008 This may seem like a very noobish question but i dont know how to do this Open Internet explorer , then go to the address bar and type in a website I dont know much about pixels and whatever i try doesnt work PLease HElp me Thank you code
BigDod Posted February 25, 2008 Posted February 25, 2008 #include <IE.au3> $oIE = _IECreate ("www.autoitscript.com") See the help file for more examples. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
DexterMorgan Posted February 25, 2008 Author Posted February 25, 2008 #include <IE.au3> $oIE = _IECreate ("www.autoitscript.com") See the help file for more examples. Wow so easy i was making it to complicated... Thank you fgor the fast response. :) code
Automaton Posted February 25, 2008 Posted February 25, 2008 (edited) This may seem like a very noobish question but i dont know how to do this Open Internet explorer , then go to the address bar and type in a websiteJust started this myself, but maybe if you tried the following you could start IE?RunWait(@ComSpec & " /c " & 'commandName', "", @SW_HIDE)Not sure how you select the address bar, but once you have that figured out, you could then use a Send("website addres") Edited February 25, 2008 by Automaton
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