Jump to content

Recommended Posts

Posted

I've been doing a bit of development in C# and VB Express and love the Container controls included, specifically TableLayoutPanel, SplitContainer, and Panel. Is there anything like this in AutoIt I can use without having to do a bunch of custom code/functions? My main reasoning for these is the anchoring points they provide when resizing the windows. The only thing I can really come up with is screwing with the GroupBox >_

-Koiron
Posted

There are some common control objects you can instantiate, but I didn't see any container.

For example, you have some ProgID's:

Forms.ListBox.1
Forms.Frame.1
Forms.MultiPage.1
MSComctlLib.TabStrip.2
MSComctlLib.SBarCtrl.2

// ..etc

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
  • Recently Browsing   0 members

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