Jump to content

Recommended Posts

Posted

OK, i'm new to AutoIt so please accept these noob questions...

I'm using this line to create my GUI but the maximise button is disabled at the top right.  What change do I make so that the form can be maximised and also sized as to the user's wishes?


$hGUI = GUICreate("Main", 600, 600, 0, 0)

Posted

Look at the help page for GUICreate look at style, follow the link to the appendix for the values you want.

Problem solving step 1: Write a simple, self-contained, running, replicator of your problem.

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