ashley Posted December 10, 2007 Posted December 10, 2007 (edited) ok i get errors while using this part of script #include<ie.au3> _IEframegetcollection("SunAwtCanvas", -1) any ideas... thanks in advance Edited December 10, 2007 by ashley Free icons for your programs
Nahuel Posted December 10, 2007 Posted December 10, 2007 #include <IE.au3> _IEFrameGetCollection ( ByRef $o_object [, $i_index = -1] ) Parameters $o_object Object variable of an InternetExplorer.Application, Window or Frame object $i_index Optional: specifies whether to return a collection or indexed instance 0 or positive integer returns an indexed instance -1 = (Default) returns a collection
ashley Posted December 10, 2007 Author Posted December 10, 2007 ok... so whats wrong with it. Free icons for your programs
Nahuel Posted December 10, 2007 Posted December 10, 2007 #include <IE.au3> _IEFrameGetCollection ( ByRef $o_object [, $i_index = -1] ) Parameters $o_object Object variable of an InternetExplorer.Application, Window or Frame object $i_index Optional: specifies whether to return a collection or indexed instance 0 or positive integer returns an indexed instance -1 = (Default) returns a collection
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