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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top