Jump to content

Scriptcontrol and unresponsive gui


 Share

Recommended Posts

Hi All,

I am executing vbscript instructions using scriptcontrol com object. Some of these instructions take a while and I am finding that my GUI is not responsive in the mean while. I don't think Autoit puts the gui in a separate thread, so is there a work around? Thanks.

Link to comment
Share on other sites

In the helpfile, search for Index: command line parameters:

To execute a single line of code, use the command:

Run(@AutoItExe & ' /AutoIt3ExecuteLine "MsgBox(0, ''Hello World!'', ''Hi!'')"')

IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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...