user control ?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I want to design user control with VS.NET for SmartDevice application.
that doesn't look like possible !?!

is it normal ?
any workaround ?

basically I write an application with multiple panels each inside a TabPage,
I would like to design each TabPage with designer.
Any tip ?
 
A workaround would be to visually design the user control using a Form and
then cut and paste the relevant code over to your user control.
 
Back
Top