G
Guest
Hi,
Does anyone know how to make Visual Inheritance work using VS.NET 2003 and
the .NET Compact Framework? A marketing article on msdn said its one of the
benefits of VS.NET over embedded programming...However, I can't find out how
to do it. I went through a walkthrough for a normal application where I
created a base form in a class library. I then created a standard windows
app & added a reference to the class library. Then I (per the walkthrough)
click on the project --> Add Inherited form. This is for a non-"Smart
Devices" type of project. When I follow the same for a "Smart Devices" type
of project I do NOT see the option to add an "Inherited form". I thought
I'd try to go a little and changed the "inherits system.forms........" line
to "inherits myclasslib.frmbase" BUT after doing this, I couldn't go to the
design mode of the form to add a new button???
I'm hoping that this is one of those scenarios where the option I'm looking
for is right in front of me...but..........help! Anyway?
I'm actually looking at this functionality because I want to create a bunch
of forms that share common features like menues, certain labels,.....
Thanks,
Brian Pryor
Does anyone know how to make Visual Inheritance work using VS.NET 2003 and
the .NET Compact Framework? A marketing article on msdn said its one of the
benefits of VS.NET over embedded programming...However, I can't find out how
to do it. I went through a walkthrough for a normal application where I
created a base form in a class library. I then created a standard windows
app & added a reference to the class library. Then I (per the walkthrough)
click on the project --> Add Inherited form. This is for a non-"Smart
Devices" type of project. When I follow the same for a "Smart Devices" type
of project I do NOT see the option to add an "Inherited form". I thought
I'd try to go a little and changed the "inherits system.forms........" line
to "inherits myclasslib.frmbase" BUT after doing this, I couldn't go to the
design mode of the form to add a new button???
I'm hoping that this is one of those scenarios where the option I'm looking
for is right in front of me...but..........help! Anyway?
I'm actually looking at this functionality because I want to create a bunch
of forms that share common features like menues, certain labels,.....
Thanks,
Brian Pryor