W
William Foster
Good evening all,
I am creating a program with the ability to select an option from a
ComboBox which will then create a secondary list of options in a
CheckedListBox. Previously when I have needed to create multiples of
this type of user option I have simply hard coded three or four set
options for the user. However, I would like to have the option for the
user to have as many options available as they like. In order to do
this I have to either hard code a number of these options (there are
approximately 50 of them), or find some way to dynamically create these
controls depending on the user input.
I have looked on DevelopersDex and the Microsoft Visual Studio .NET 2003
help, but I have been unable to find how to do this.
If anyone has had any experience with creating this type of a program,
or any alternatives that have worked better please let me know.
Yours sincerely,
William Foster
I am creating a program with the ability to select an option from a
ComboBox which will then create a secondary list of options in a
CheckedListBox. Previously when I have needed to create multiples of
this type of user option I have simply hard coded three or four set
options for the user. However, I would like to have the option for the
user to have as many options available as they like. In order to do
this I have to either hard code a number of these options (there are
approximately 50 of them), or find some way to dynamically create these
controls depending on the user input.
I have looked on DevelopersDex and the Microsoft Visual Studio .NET 2003
help, but I have been unable to find how to do this.
If anyone has had any experience with creating this type of a program,
or any alternatives that have worked better please let me know.
Yours sincerely,
William Foster