ckme Posted July 22, 2011 Posted July 22, 2011 Hello to all. I am fairly new to using AutoItX, but I am using it for some scripting in an eclipse plug-in (Java). My question is, is there a way to integrate a UDF (specifically the IE UDF) with the jwin that I found on this forum? It seems I have access to the basic AutoIt functionality, but need to drill down further in IE. Thank you in advance for any pointers/answers.
twitchyliquid64 Posted July 23, 2011 Posted July 23, 2011 To my knowledge, autoitx does nit export all of auto its functions, so therefore ijtegrating a UDF would be out of the question. Rather, I would take a look at the udf and see if you can replicate it's functions/function calls with the windows API. ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search
Richard Robertson Posted July 23, 2011 Posted July 23, 2011 The IE UDF uses a COM object. You'd need to be able to access COM in Java which sounds even messier than just accessing native dll functions.
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