Isn't it possible to inherit a WindowsForm in CF?

  • Thread starter Thread starter Chris Tacke, eMVP
  • Start date Start date
C

Chris Tacke, eMVP

Sure, just manually code it:

class MyForm : Form
{
}

You won't get designer support though.

-Chris
 
I can't find a "Add inherited Form..." - Option in a SmartDeviceApp in
VS.NET 2003? Is there no way to inherit forms in the CF?

Thanks D.Barisch
 
Back
Top