Saturday, June 15, 2013

Graphical User Interfaces (GUIs)

One of the newest features of AutoIT is its ability to create graphical user interfaces.
This feature adds an extraordinary amount of possibilities to the already useful
AutoIT language. Some of the most common uses of a GUI are installation menus,
input forms, and progress bars.
I am beginning this section with an example so you can see the layout of GUI creation
and get familiar with the functions used to create GUIs. Example 1 displays a two button
GUI with instructions and an image. It can be modified and used for anything
you can use a two-button chooser for: an installer for two different programs, a
chooser for two different types of users, etc. You can easily increase the size of the
GUI and create more buttons.

No comments:

Post a Comment