Help:I want to design some panel in CF, but I don't want to design it in forms

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

Yang_He

Is there any way to design panel visualable but not in the forms.
Thanks forward!
 
Are you asking about being able to utilize the UserControl? If so, the
UserControl is not supported in the current version of the CF. If you really
want to visually design a composite control, then just design it on a normal
Form and then cut and paste the generated code, which can be found in the
InitializeComponent method, to a new class library project.
 

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