Simple form inheritance in Smart Device Application

  • Thread starter Sergio Passalacqua via .NET 247
  • Start date
S

Sergio Passalacqua via .NET 247

Hello all,

I am having an issue with what should be a very simple thingto accomplish. I have a very simple form that has absolutelynothing in it. I build the solution. I close all of the forms.I add a new form and change the Inherits fromSystem.Windows.Forms.Form to MySillyProject.frmBase and I'vetried everything to get the silly designer up for the child formbut nothing. Any ideas? What;s the correct process?

Thanks in advance
 
T

Tim Wilson

Visual inheritance is currently not supported. However, there is a
reasonable workaround to this.
http://www.dotnetfordevices.com/articles/26.html

--
Tim Wilson
..Net Compact Framework MVP

Hello all,

I am having an issue with what should be a very simple thing to
accomplish. I have a very simple form that has absolutely nothing in it. I
build the solution. I close all of the forms. I add a new form and change
the Inherits from System.Windows.Forms.Form to MySillyProject.frmBase and
I've tried everything to get the silly designer up for the child form but
nothing. Any ideas? What;s the correct process?

Thanks in advance
 

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