I am using “Microsoft Visual Studio 2010” and C# language. My user interface look like this(before user click the Advance
button):
If user click Advance
button, I want it to show the rest of the window as shown in the picture bellow:
Can you please tell me how can have all these information hidden till the user click the Advance
button? How can I have a smaller window first, as shown in the first figure. And when the user press the advance
button, it will expand and show the rest.
If you can show me with details, I would really appreciate it