gdijim Posted November 6, 2007 Posted November 6, 2007 Hey all, I've been using AutoIT now for awhile and also have been programming with VB.net. I've recently learned the incredible power available by using the Autoit library inside VB apps. However, some of the things I've done in the past with native AutoIT don't seem to be options with autoitx. Can anyone tell me how or point me towards a doc to automate IE windows? I have not found a way to declare "#include <IE.au3>" as an option. I'm thinking it's because it isn't an option, or I'm just not doing it right. Thanks for the help!! Jim
Developers Jos Posted November 6, 2007 Developers Posted November 6, 2007 #include<ie.au3> or any other UDF file is not possible since you are using VB as the base language and you are calling AutoItX3.dll's functions. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Richard Robertson Posted November 7, 2007 Posted November 7, 2007 In the case of IE.au3, you can just use VB to import the COM object itself. Then you can access it's properties, use it's events, call it's functions, etc.
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