Jump to content

Recommended Posts

Posted

Just to make sure I am doing things right, where do I need to set AutoIt options when using the DLL? For example, if I am not using defaults for PixelCoordMode, and I have various classes and functions using PixelChecksum(), where and how often in my code do I need to call the Opt() function?

Posted

AutoIt options normally need to only be set once.

If you are using AutoItX as a COM object, you would call #autoitobj.AutoItSetOption(...) whatever.

If you are using AutoItX as a dynamic link library, you just call AU3_AutoItSetOption(...) whatever.

Read the help file for information on the functions.

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