Posted By: brownsoft | Mar 9th @ 10:42 PM
page 1 of 1
Comments: 3 | Views: 757
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.


ZippyV
ZippyV
Soapbox = Fail
I think a usercontrol is better.
CannotResolveSymbol
CannotResolveSymbol
{insert caption here}
ZippyV wrote:
I think a usercontrol is better.


That's what I meant (didn't look at the description before I wrote custom control).
CannotResolveSymbol
CannotResolveSymbol
{insert caption here}
Looks like what you want to do is to create a user control (New Item > User Control)

[edit: custom control -> user control]
page 1 of 1
Comments: 3 | Views: 757