Hello,
I am designing a C# 2.0 Winform Application and what I am looking for is when a user clicks on a menuitem it replaces the default panel with the one I created.
Q: Lets say all I want to do is create a panel and add controls/events/etc to it, how would I go about visually designing using VS2005??
I know in netbeans it will allow me to extend JPanel and then an visual designer window will pop up ready for me to begin designing what I want it to to.