L
Lucas Tam
Hi all,
What is the best way to do this:
-I have a form, that has a couple of options (paths through the program),
A, B, and C.
-Each option has it own set of displays
In essence I have:
StartDisplay <-select which "path" to take
A1, A2, A3
B1, B2, B3, B4
C1, C2, C3, etc.
EndDisplay <-basically the same for all options
Is it a good idea to build each option as a User Control then swap the
controls out of a form dynamically? I'm doing this right now and it works
OK, but I'm wondering if there is a more elegant solution.
Or, should I just create 1 form for each option?
Thanks.
What is the best way to do this:
-I have a form, that has a couple of options (paths through the program),
A, B, and C.
-Each option has it own set of displays
In essence I have:
StartDisplay <-select which "path" to take
A1, A2, A3
B1, B2, B3, B4
C1, C2, C3, etc.
EndDisplay <-basically the same for all options
Is it a good idea to build each option as a User Control then swap the
controls out of a form dynamically? I'm doing this right now and it works
OK, but I'm wondering if there is a more elegant solution.
Or, should I just create 1 form for each option?
Thanks.