Simple form inheritance in Smart Device Application

  • Thread starter Thread starter Sergio Passalacqua via .NET 247
  • Start date 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
 
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
 
Back
Top