erezlevi Posted January 15, 2008 Posted January 15, 2008 hi, can i write an autoit script and register it to windows? meaning that if another program will do the following: $oInter=ObjCreate ("InterExe.Interface") $oInter.Initialize(0) $oInter.SendData($part4) $oInter.Terminate() can I write in AutoIT a ActiveExe that will listen to those requests? what i mean is can I write the "InterExe.Interface" in autoIT?
PsaltyDS Posted January 15, 2008 Posted January 15, 2008 hi, can i write an autoit script and register it to windows? meaning that if another program will do the following: $oInter=ObjCreate ("InterExe.Interface") $oInter.Initialize(0) $oInter.SendData($part4) $oInter.Terminate() can I write in AutoIT a ActiveExe that will listen to those requests? what i mean is can I write the "InterExe.Interface" in autoIT? That would be AutoItX, which in the start menu at AutoIt v3|Extras|AuotItX. There's a help file link in the menu there. 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
erezlevi Posted January 15, 2008 Author Posted January 15, 2008 That would be AutoItX, which in the start menu at AutoIt v3|Extras|AuotItX. There's a help file link in the menu there. couldn't find what I ment there. is there a Forum with exapmles on that kind of stuff?
PsaltyDS Posted January 16, 2008 Posted January 16, 2008 couldn't find what I ment there. is there a Forum with exapmles on that kind of stuff?You don't look much before you ask, do you? There is a forum on this site, listed two lines below this one, called ActiveX/COM Help and Support (AutoItX).It also occurs to me that these two topics by ptrex might be closer to what you want:RegFreeCOM Au3X ExampleCreating COM objects without a need of DLL's, Supports Methods Properties and EventYour answers are in there somewhere. 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