Jump to content

Recommended Posts

Posted

This is my first post. I am using AutoIt to manage windows in a multi app environment.

I am trying to send an array of window handles between scripts by writing an array to a file in one script and recognizing the FileExists in the other script.

The array content seems to cross over but I cannot seem to use the values as window handles in the other script.

Is this method problematic or may I be missing something obvious. In other words, should this work?

Posted (edited)

It should work, so long as there is no change in the format of the information in the transfer. I know I can put a handle to an input box, or a listview cell and read it out and still use it as a handle, so to and from a file should be no different. Can you post the code you are using so that it can be examined?

Also, welcome to the forums!

Edited by maqleod
[u]You can download my projects at:[/u] Pulsar Software

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...