Below is a complete list of the functions available in AutoIt. Click on a function name for a detailed description.
Function | Description |
---|---|
InputBox | Displays an input box to ask the user to enter a string. |
MsgBox | Displays a simple message box with optional timeout. |
ProgressOff | Turns Progress window off. |
ProgressOn | Creates a customizable progress bar window. |
ProgressSet | Sets the position and/or text of a previously created Progress bar window. |
SplashImageOn | Creates a customizable image popup window. |
SplashOff | Turns SplashText or SplashImage off. |
SplashTextOn | Creates a customizable text popup window. |
ToolTip | Creates a tooltip anywhere on the screen. |