Jump to content

Need some help with creating a GUI in AutoIT


Recommended Posts

  • 3 weeks later...
Posted (edited)

I agree with Mattx that Koda is a good way to get started but all you need to know is in the excellent AutoIt Help File. Look under GUI Reference, GUI Concepts and you will see that you need to use the GUISetState(@SW_SHOW) command to display the GUI.

 

AutoIt really is a top tool.

 

edit: Forgot to mention that the key concepts you need to get your head around are the differences between MessageLoop mode and OnEvent mode. IIRC, MessageLoop mode is OK for simple GUIs but can get a bit cumbersome for more complex designs. OnEvent on the other hand is overkill for simple work but a better choice for detailed work.

Edited by ajbritton
Added stuff about 'modes'

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