AceLoc Posted June 13, 2006 Posted June 13, 2006 Error reading the file: IE.au3 how can i fix this i cant find 'IE.au3' [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Paulie Posted June 13, 2006 Posted June 13, 2006 Error reading the file: IE.au3 how can i fix this i cant find 'IE.au3' SEARCH THE FORUMS quickly searching on page one heres my link http://www.autoitscript.com/forum/index.ph...25629&hl=IE.au3
AceLoc Posted June 13, 2006 Author Posted June 13, 2006 (edited) j lol like i didnt tried that... i did that million times and i dont get fuck about his 'readme' cant you just tell me what to do? and which lines of his scripts i need lmao its like 8000 Lines i got this atm: ; Gmail_Login.au3 #include <IE.au3> ; Create a browser window and navigate to gmail $oIE = _IECreate() _IENavigate($oIE, "http://www.gmail.com") ; get pointers to the login form and username and password fields $o_form = _IEFormGetObjByName($oIE, "gaia_loginform") $o_login = _IEFormElementGetObjByName($o_form, "Email") $o_password = _IEFormElementGetObjByName($o_form, "Passwd") ; Set field values and submit the form _IEFormElementSetValue($o_login, "ValidUSERNAME") _IEFormElementSetValue($o_password, "ValidPASSWORD") _IEFormSubmit ($o_form) WinSetState( "", "", @SW_MAXIMIZE) Exit Edited June 13, 2006 by aceloc [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Paulie Posted June 13, 2006 Posted June 13, 2006 (edited) j lol like i didnt tried that...i did that million times and i dont get fuck about his 'readme'cant you just tell me what to do? and which lines of his scripts i needlmao its like 8000 LinesDownload the newest version of IE.au3 and place it in this directoryC:\Program Files\AutoIt3\beta\Include\then you wont get that errorNote: to have this directory, you need beta, which found at top of v3 support in the stickyHow am i supposed to tell you what to code if i have no idea what you'r trying to do Edited June 13, 2006 by Paulie
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