Changes View in a Windows Form



Hi

My question is how to change the view of my windows form. What I want
to do is in my Windows Form is first ask the user some questions, when
the user is done she pushes a button called next.

Based on the input from the user, I would display the appropriate view
on the form.

I just don't how to do this. Should I create two panels(panel1 and
panel2) and keep one visible(panel1). Then when the user clicks next I
make panel2 visible an d panel1 invisble.

I appreciate any advice or where to get more info.

Danny

.


Loading