Using designer without Forms

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

My program consist of different panel that I load and unload on a
form. I would like to be able to user the Form designer directly on a
panel without using a form since this panel will be put on a form at
run time. Any ideas?
 
Hi Simon,

If you want to use designer you should probably consider creating
UserControls instead of panels. Panels has some funcionality that is not
available on user controls, but the differences are not that big.

That what the user controls are for.
 
Thanks for your answer. It's exactly what I need! I'm used to work with the
compact framework where, as far as I know, UserControl is not available.
Must get out the CF limitations of my head!

Simon
 
Thanks! Exactly what I need! I was used to the compact framework where
userControl are not available....

Simon
 
Thanks! Exactly what I need! I was used to the compact framework where
userControl are not available....

Simon
 
Thanks! Exactly what I need! I was used to the compact framework where
userControl are not available....

Simon
 
Thanks! Exactly what I need! I was used to the compact framework where
userControl are not available....

Simon
 
Thanks! Exactly what I need! I'm used to work with the compact framework
where userControl is not available.

Simon
 
Back
Top