Jump to content

GUI bottom right resize widget


v3rt1g0
 Share

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...