Hi,
I am new to designing with Visual C# so I hope this doesn't sound like a stupid question.
I would like to design a single form with numerous buttons, like a keypad, the format of this keypad dynamically changes on the form depending on a radio button selected. There are 4 keypads.
When I use the visual designer however, all these buttons clutter up the form making it difficult to see what's going on.
Is there a way to simplify this or split it into multiple designs? Am I missing something with form design?
Thanks and regards,
Simon
Simon PardoePosted Mar 23, 2006, 5:58 AM
Hi Adnan,
Thank you for your help. I wanted to avoid Tab controls if I could since I had the radio buttons.
In the end I decided to use a UserControl for each keyboard. This way I could load the appropriate kepad at runtime and I would have a separate design window for each UserControl.
Cheers,
Simon
Adnan HasanPosted Mar 21, 2006, 7:43 AM
if you use Tab control you can go to different tabs when user presess different radio button. Along wiht this you can manage and build your application very well.