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

C

Chris Tacke, eMVP

Sure, just manually code it:

class MyForm : Form
{
}

You won't get designer support though.

-Chris
 
D

Daniel Barisch

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
 

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

Top