I'm having some dificulties programing a GUI with windows forms inside Visual Studio.
I wanted to know how can I change the content of a container... let's say I wave a split container on panel1 I have buttons and I want the GUI on panel to change accordingly to the buttons I press.

For example I press button SEARCH on panel1 --> panel2 presents me searching fields.
I press the button INFO --> panel2 a tab with options GLOBAL and DETAILED.
and so on...

Thank you gurus for your help!