vote up 1 vote down star

Does anyone know of any tools/plugins that allow you to design a Panel independently of a Form (Windows, not Web Form) within Visual Studio?

I've been using the designer and manually extracting the bits I want from the source, but surely there is a nicer way.

flag

3 Answers

vote up 1 vote down check

You could do all the design work inside of a UserControl.

If you go that route, instead of just copying the bits out of the user control, simply use the user control itself.

link|flag
vote up 1 vote down

You could just write the code by hand!

link|flag
vote up 0 vote down

As Chris Karcher said, you should probably use a user control. This will allow easy, VS-supported/-integrated reuse without having to manually fiddle with designer code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.