Jump to content

Recommended Posts

Posted

How can I let autoit script run in VBS by the way of ActiveX/COM?

It means the AutoitX can be run as a procedure in windows,right?

No need to compile the code by far.

Thank you very much!

Posted

oops~

then is there any solutions let me can run autoit script in VBS?

I just wanna write some code to focus a window,send some orders,text,and key press...this kinda things.

And how can I let the ActiveX be activated with the VBS and let it stay in RAM unless I quit the VBS.

Thank you.

Posted (edited)

BTW,I also need to put the value from a macro variable in the VBScript to another macro variable in autoit script in the code of vbs.

Any suggestions?

Thank you so~ much!

Edited by kuhasu
Posted (edited)

so is there any materials for VBS?window control,paste the variables of macro variable,submit press?....just like autoit

Thank you.

Edited by kuhasu
Posted

thank you.

then how can I pass the value of a variable in VBS to the autoit script?

Actually AutoitX runs in a VBS way,so the macro variable can be recognized by autoitX directly,am I right?

Posted

oops~

When we run autoitX scripts in VBS environment,actually we are running VBscript.And the autoitX in activeX or in dll is a package of some of the functions.Right?Thus,actually we are running VBS with VBS functions,not autoit scripts in VBS?

  • 1 month later...
  • 6 months later...
Posted

Any language that can call AutoItX should have its own message box and string functions.

Then how can we call dll by autoitX in vbs?

you know vbs can not support dll calling directly

Posted

DllCall is not implemented in AutoItX.

Why not just use AutoIt directly instead of VBS?

Well~vbs is a must...

Any ideas pls?

Posted

Why is it a must?

And no, there are no suggestions because you already said it won't work.

And don't make two threads on the same topic.

thank you.

  • 2 weeks later...
Posted

How can I let autoit script run in VBS by the way of ActiveX/COM?

Take a look here: AU3Automation

UDFS & Apps:

Spoiler

DDEML.au3 - DDE Client + Server
Localization.au3 - localize your scripts
TLI.au3 - type information on COM objects (TLBINF emulation)
TLBAutoEnum.au3 - auto-import of COM constants (enums)
AU3Automation - export AU3 scripts via COM interfaces
TypeLibInspector - OleView was yesterday

Coder's last words before final release: WE APOLOGIZE FOR INCONVENIENCEĀ 

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
  • Recently Browsing   0 members

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