Jump to content

toolbar


Recommended Posts

Hi!

i'm still a newbie in this program, but i would like to make a toolbar for my application wich is designed in autoit.

I've searched in the forum but found nothing.

My biggest problem is that a create the buttons and when i maximize the window they enlarge like ther controls(i would only like to enlarge others controls except the buttons)

i've tryied to add a child window inside but useless.

Can anyone help me?

Link to comment
Share on other sites

For the buttons you don't want to resize:

http://www.autoitscript.com/autoit3/docs/f...SetResizing.htm

Look at $GUI_DOCKSIZE or $GUI_DOCKALL paramters for GuiCtrlSetResizing

Rember to put #include <GuiConstants.au3> at the top of your script.

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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...