Winter Posted January 7, 2007 Posted January 7, 2007 I want to create a GUI that has a Tab Control that has TabItems that are created depnding on registry keys. Inside each tab I'd like to create a list view that contains the registry values in the key that the TabItem is for. Where I'm running into to problems is creating the listview inside of the TabItem. I know that with koda you can put a ListView in a Tab, but I can't use that to do it dynamically. I was hoping that there'd be a way to pass the controlid of the tabitem when I create the listview but that doesn't seem to be an option. I tried to search for something similar but I didn't have any luck. Can someone point me in the right direction?
Winter Posted January 8, 2007 Author Posted January 8, 2007 Never mind, I found the GuiCreateTabItem.au3 in the examples folder.
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