Here's the problem, if anyone could help, I'd be very
thankful.
My program needs to show certain controls if a certain
selection is chosen. There will be as many as 10
possible selections. The controls that will be shown
will spawn across different forms. And user input
to the controls will not be processed.
So here's what I'm asking......
What is the best way to associate these controls (text
boxes, check boxes, etc) with user selection. i.e. When
program starts, user clicks option 4 and option 4 only shows
label1, textbox3, cmbobox17, etc. Whereas option 7 might
only show frame1, command13, textbox1...And locks input on
the remaining controls.
Also, when it is time to save this data, all the selected
options will be put in a text file for later retrieval.
Will this also be a problem since some controls are locked? How can i tell it to only get data from unlocked
controls?
