help:how to design panel in visual way without form

  • Thread starter Thread starter Yang_He
  • Start date Start date
Y

Yang_He

I have to write some code to change the panel which contained in the forms,
but is there anyway just design the panel without putting it in the
form.Thanks forward!
 
Yang_He said:
I have to write some code to change the panel which contained in the forms,
but is there anyway just design the panel without putting it in the
form.

Instead of designing the panel, you can create a usercontrol that provides
the panel's contents (controls, ...). You can add a usercontrol to your
project in VS.NET by selecting "Add usercontrol..." from the "Project" menu.
 
Back
Top