Jump to content

Recommended Posts

Posted (edited)

In most(?) resizable windows in the windows GUI, you see 6 little dots arranged in a SE facing triangle.

This little widget indicates that the window is resizable. Is there a name for it?

Is there an option/style that adds this to an AutoIt GUI window?

I added the $WS_SIZEBOX style, and would like to add this little widget to indicate my GUI is resizable.

Worst case, I guess I could add an Icon control, and position it with GUICtrlSetResizing.

Edited by v3rt1g0
Posted

In most(?) resizable windows in the windows GUI, you see 6 little dots arranged in a SE facing triangle.

This little widget indicates that the window is resizable. Is there a name for it?

Is there an option/style that adds this to an AutoIt GUI window?

I added the $WS_SIZEBOX style, and would like to add this little widget to indicate my GUI is resizable.

Worst case, I guess I could add an Icon control, and position it with GUICtrlSetResizing.

Look a _GUICtrlStatusBar_Create func. in the help file.

Posted (edited)

Perfect! Thank you.

Hmm, now how to get the StatusBar to dock to the bottom of a resizable window?

Ah, there it is _GUICtrlStatusBar_Resize

Edited by v3rt1g0

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