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
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.
 
Back
Top