Jump to content

Autoit w/ GUI...


Atti
 Share

Recommended Posts

I've been having troubles getting my autoit to accept GUI commands and im wondering if anyone could send me a zipped version of autoit that will let me use GUI commands. (ps: i d/l'd all the files from the autoit beta directory and it still gave me errors when i tried GUi commands)

Attiwow@yahoo.com or attach it (if its less than 1mb :lmao:)

Thx

Link to comment
Share on other sites

You may need to have a copy of copy of GUIConstants in the same directory as you main script, then just add at the top of your script.

#include <GUIConstants.au3>

Or you could store the GUIConstants in a folder somewhere, and use the full address in the #include directive.

Edit: This is for the zip version, the installer has a include folder pre-defined.

Edited by MHz
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...