Hi all,
I just started a C# project using the inbuilt
Visual Designer of Mircosofts C# Express to
create the GUI.
But how can I manage different panels

I group different compenents in panels. Panels
represents a "page" in my GUI. So, my idea
is if you switch from e.g. configuration to the
another "page2 (e.g. an ListBox) by changing
the visibility attribute of the panels.
However, while designing I have the problem
that the panels with their including compen-
ents are still visible (even if I set the visible
attribute to false)?
Can anyone point me to the right direction on
how to work with multiple panels with the MS
Visual Designer ?
Thanks in advance.