How to make a dynamic C# form? - TechRepublic
Question
July 31, 2011 at 09:40 AM
navdeepz

How to make a dynamic C# form?

by navdeepz . Updated 14 years, 10 months ago

HI, i hope the question is not too misleading because I’ve been trying to think of the best possible way to describe it. Okay here is the situation(although i do not want the exact answer or the code but a little help and a few hints would be really helpful), well I’ve just started with Project development using C# and well the thing is that i have a MAIN FORM say FORM1.
When the application starts what i want is the
FORM 1 to stay with a dialogue that comes up asking what options the user wants. Let the options be OPT1 and OPT2
so if the user clicks on OPT1 the dialogue box closes and the form one has a button panel on coming on the right hand side and the complete working is done on the left hand of the FORM1.
Similar is the case with OPT2 .

Things that i have understood:-
i can keep OPT1 and OPT2 and can call it through making component. but i want to know how would the MAIN FORM- FORM1 be designed …

Thanks.

This discussion is locked

All Comments