Jump to content

Can AutoItX COM add the functions for dll calling?


kuhasu
 Share

Recommended Posts

:idea:

Can AutoItX COM add the functions for dll calling?

running autoit script from vbs

Can ActiveX/COM support DLL CALLING?

1st is suggestion,

2nd is for vbs,

3rd is for dll calling(to learn ActiveX...)

Thank you!I have noticed there are some new functions in the process management section in autoitX ,

so I believe adding dll calling function is the matter of time,'cause it's really very functional.

esp. for vbs.

Link to comment
Share on other sites

  • 2 weeks later...

:idea:

Can AutoItX COM add the functions for dll calling?

running autoit script from vbs

Can ActiveX/COM support DLL CALLING?

1st is suggestion,

2nd is for vbs,

3rd is for dll calling(to learn ActiveX...)

Thank you!I have noticed there are some new functions in the process management section in autoitX ,

so I believe adding dll calling function is the matter of time,'cause it's really very functional.

esp. for vbs.

On #2, well if one really wanted calling DLLs from VBScript, one could lookup Dynawrap or Dynacall, which is not part of AutoItX COM.

Here's a page to it I think:

http://freenet-homepage.de/gborn/WSHBazaar/WSHDynaCall.htm

On #3, DLL calling is not learning ActiveX, that's more like learning how to use DLLs in C/C++. ActiveX is about using COM DLLs, which are called (or instantiated) differently. AutoItX itself is also an ActiveX COM DLL, so how you call AutoItX in VBScript to access an AutoIt function is basically a good enough example on learning ActiveX.

Edited by daluu
Link to comment
Share on other sites

  • 2 weeks later...

On #2, well if one really wanted calling DLLs from VBScript, one could lookup Dynawrap or Dynacall, which is not part of AutoItX COM.

Here's a page to it I think:

http://freenet-homepage.de/gborn/WSHBazaar/WSHDynaCall.htm

On #3, DLL calling is not learning ActiveX, that's more like learning how to use DLLs in C/C++. ActiveX is about using COM DLLs, which are called (or instantiated) differently. AutoItX itself is also an ActiveX COM DLL, so how you call AutoItX in VBScript to access an AutoIt function is basically a good enough example on learning ActiveX.

Thank you.I dont know dynacall before just dynawrap.

On #3,you are right,but there is not a really good solution for call dlls from vbs actually.

Edited by kuhasu
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...