greenhorn52 Posted March 21, 2007 Posted March 21, 2007 hi, did I find there an error in the IE.AU3 in line 290? please test this program: Opt("WinTitleMatchMode", 1) $i = Opt("WinTitleMatchMode") msgbox(0,"",$i) I had this error: Unknown option or bad parameter specified.: $i = Opt("WinTitleMatchMode") a solution to this problem is: Opt("WinTitleMatchMode", 1) $i = Opt("WinTitleMatchMode,4") msgbox(0,"",$i) as a result of this there is a mistake in the file IE.AU3 ??? good morning folks greenhorn52
piccaso Posted March 22, 2007 Posted March 22, 2007 an old autoit version? MsgBox(0,"AutoIt Version",@AutoItVersion) CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
greenhorn52 Posted March 22, 2007 Author Posted March 22, 2007 no, my version : 3.2.2.0 greetings from germany greenhorn52
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