Link to home
Start Free TrialLog in
Avatar of schenkp
schenkp

asked on

how do i Add inherited form in visual studio c# express edition

how do i Add inherited form in visual studio c# express edition?
Avatar of Raynard7
Raynard7

Hi, can you please be a bit more specific?

If you create a new form - then just make it inherit the other form ie

     public class frmInherited : YourNamespace.FormNameToInheritFrom
    {


or review
http://www.codeproject.com/cs/miscctrl/visualinheritancewithcsharp.asp
http://www.akadia.com/services/dotnet_inherited_forms.html
Avatar of schenkp

ASKER

In visual studio 2005 all you do is select the Project menu then you select Add inherited form, i am at home useing the express version and that option is not under the drop down?
ASKER CERTIFIED SOLUTION
Avatar of Raynard7
Raynard7

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thankyou for the mark and the grade