![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
The context menu item is just sugar. Form inheritance is possible whether or not you have the context menu item. The only problem is that the designer is not clever enough to handle C++ header files, so if you derive a form from another form you cannot edit the new form in the designer. However, you can edit the code for this derived form and create the form at runtime. Richard -- my email evpuneqt (AT) zicf (DOT) bet is encrypted with ROT13 (www.rot13.org) KK wrote: Hi all I'm unable to inherit form in my VisualStudio.NET 2003 (contains VisualC++ Standard edition).In the project menu or when we right click on the SolutionView Add menu there is no menu item related to Form Inheritance.I'm getting only these menu items Add New Item Add Existing Item Add Folder ------------------ Add Class Add Resource Is visual inheritance feature available in my version of software?If available, are there any registry settings or some other settings I should set? Thanks and regards Krishna |
#2
| |||
| |||
|
|
Hi, Thanks Richard but all that I want to use is the Visual Inheritance in designer.Is this feature available in VisualStudio C++.Net 2003 or it's only limited to C# designer? Thanks in advance Krishna "Richard Grimes [MVP]" <read my sig> wrote in message news:O3ka5F%23PDHA.2316 (AT) TK2MSFTNGP11 (DOT) phx.gbl... The context menu item is just sugar. Form inheritance is possible whether or not you have the context menu item. The only problem is that the designer is not clever enough to handle C++ header files, so if you derive a form from another form you cannot edit the new form in the designer. However, you can edit the code for this derived form and create the form at runtime. Richard -- my email evpuneqt (AT) zicf (DOT) bet is encrypted with ROT13 (www.rot13.org) KK wrote: Hi all I'm unable to inherit form in my VisualStudio.NET 2003 (contains VisualC++ Standard edition).In the project menu or when we right click on the SolutionView Add menu there is no menu item related to Form Inheritance.I'm getting only these menu items Add New Item Add Existing Item Add Folder ------------------ Add Class Add Resource Is visual inheritance feature available in my version of software?If available, are there any registry settings or some other settings I should set? Thanks and regards Krishna |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |