kaplandeveloper Posted April 21, 2010 Posted April 21, 2010 I am trying to use IE.au include within my vb code and don't know how. I have successfully referenced AutoItX3Lib and can use functions found within but when I try to access function _IEGetObjByName, I cannot. Any ideas? Dim objAutoIt = New AutoItX3 objAutoIt.Send("<my text>")
PsaltyDS Posted April 21, 2010 Posted April 21, 2010 I don't think you can get there from here. You would have to translate IE.au3 into a new collection of VBScript "Sub" subroutines. Same for any other UDFs. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
kaplandeveloper Posted April 21, 2010 Author Posted April 21, 2010 I don't think you can get there from here. You would have to translate IE.au3 into a new collection of VBScript "Sub" subroutines. Same for any other UDFs.Do you know of any examples that have translated any UDF into a new collection of VBScript?
PsaltyDS Posted April 21, 2010 Posted April 21, 2010 Do you know of any examples that have translated any UDF into a new collection of VBScript?Nope, and the phenomenal effort and pain involved in doing it would make me just use AutoIt anyway. In addition, many UDFs depend on AutoIt's ability create/use C-type structs and make DLL calls. I don't know how you would translate those to VBScript at all. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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