Use VS2005 designer to create Panel?
-
It's easy enough to craft a
Form
by dragging controls onto it from the toolbox, but can the same thing be done to create a standalonePanel
class? I know I can drag controls onto aPanel
that's part of aForm
, but I'd like to design a reusable panel independent of its parentForm
. Thanks, /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com -
It's easy enough to craft a
Form
by dragging controls onto it from the toolbox, but can the same thing be done to create a standalonePanel
class? I know I can drag controls onto aPanel
that's part of aForm
, but I'd like to design a reusable panel independent of its parentForm
. Thanks, /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com -
Add a new control to your project. Right click your project; select Add->New Item; then select User Control. Hope this helps. -SHaroz