lunaclover
Programmer
- Jun 22, 2005
- 54
I'm new to vb.net programming - so please resist the urge to attack such an easy target.. : )
Okay! I have about 6-8 different group boxes (depending on the form) filled with about 5-10 radiobuttons each. Also using comboboxes and checkboxes. A button/check selected in any category will subsequently disable certain options in other categories. There's no "true" hierarchy between the categories. My ultimate goal is to assign a nomenclature to each category's selection, combining them together to create a long model number.
But right now I am trying to just disable the appropriate boxes when certain selections are made, the nomenclature will be next. There are really too many to do with just simple if-then statements, because there are thousands of different combinations. What else could I use? I am stuck. (I did try using if-then statements but could only get them to work if I put them under private sub rb1_checkchanged - and then it wouldn't recognize other radiobuttons within that sub. How do I get them on the right 'level' so all controls are recognized, and not have to program it within the click event?)
Am i dubm?
No really, any advice anybody has for tackling this would be so helpful to me.
Okay! I have about 6-8 different group boxes (depending on the form) filled with about 5-10 radiobuttons each. Also using comboboxes and checkboxes. A button/check selected in any category will subsequently disable certain options in other categories. There's no "true" hierarchy between the categories. My ultimate goal is to assign a nomenclature to each category's selection, combining them together to create a long model number.
But right now I am trying to just disable the appropriate boxes when certain selections are made, the nomenclature will be next. There are really too many to do with just simple if-then statements, because there are thousands of different combinations. What else could I use? I am stuck. (I did try using if-then statements but could only get them to work if I put them under private sub rb1_checkchanged - and then it wouldn't recognize other radiobuttons within that sub. How do I get them on the right 'level' so all controls are recognized, and not have to program it within the click event?)
Am i dubm?
No really, any advice anybody has for tackling this would be so helpful to me.