ckme 0 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. Share this post Link to post Share on other sites
twitchyliquid64 23 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 Share this post Link to post Share on other sites
Richard Robertson 187 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. Share this post Link to post Share on other sites