Jump to content

Recommended Posts

Posted

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.

Posted

This might work: have those instructions in a different child script. Launch the child script from your main script, and check periodically with the user if the child should get killed.

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
×
×
  • Create New...