koiron Posted August 18, 2009 Posted August 18, 2009 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
Authenticity Posted August 18, 2009 Posted August 18, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now