hey all,
Okay this is what i have a massive headache on this issue.
I have a SSTab with 12 tabs.Each tab will show at one list box and maybe a combo box. If it has a combo box and the user clicks on one of the option in the cbo, I wish for it to show the list box the is connected to the option from cbo.This should show up on each tab listing on the SStab strip.
tab one= just show one list box and no combo box
tab 2= one list box no cbo
tab 3= one list box no cbo
tab 4= one combo box(6 items) with 6 listboxes connected
tab 5= one cbo(8 items) with 8 listboxes connected
tab 6= cbo(26) with 26 listboxes connected
tab 7= cbo(11) with 11 listboxes connected
tab 8= cbo(23) with 23 lbx connected
tab 9 thru 12 will be determined later
So that is what is going on with my program(a learning program. So is this a solvable problem. I had thought about treeviews--but the code for that would be huge as well.
Aaron
Okay this is what i have a massive headache on this issue.
I have a SSTab with 12 tabs.Each tab will show at one list box and maybe a combo box. If it has a combo box and the user clicks on one of the option in the cbo, I wish for it to show the list box the is connected to the option from cbo.This should show up on each tab listing on the SStab strip.
tab one= just show one list box and no combo box
tab 2= one list box no cbo
tab 3= one list box no cbo
tab 4= one combo box(6 items) with 6 listboxes connected
tab 5= one cbo(8 items) with 8 listboxes connected
tab 6= cbo(26) with 26 listboxes connected
tab 7= cbo(11) with 11 listboxes connected
tab 8= cbo(23) with 23 lbx connected
tab 9 thru 12 will be determined later
So that is what is going on with my program(a learning program. So is this a solvable problem. I had thought about treeviews--but the code for that would be huge as well.
Aaron