V
Vincent Finn
I know the answer to the question above is yes but my reason for
asking is that it doesn't seem to work properly
I have a manged C++ WinForms project
In it I have a form A, I want to derive a form B from it
Firstly the menu that the MSDN says should be available from the 'Add'
menu to 'Add an Inherited Form' isn't there
This seems to only be available for C# and VB.Net
Fine I can do it by hand, messy but not a big problem
I created form B and derived it from form A instead of
'System::Windows::Forms::Form'
Then I hit the second problem
This compiles and runs but I can't edit form B in the designer
Am I missing a step here or is it not possible to get the form
designer for inherited form in C++?
Vin
asking is that it doesn't seem to work properly
I have a manged C++ WinForms project
In it I have a form A, I want to derive a form B from it
Firstly the menu that the MSDN says should be available from the 'Add'
menu to 'Add an Inherited Form' isn't there
This seems to only be available for C# and VB.Net
Fine I can do it by hand, messy but not a big problem
I created form B and derived it from form A instead of
'System::Windows::Forms::Form'
Then I hit the second problem
This compiles and runs but I can't edit form B in the designer
Am I missing a step here or is it not possible to get the form
designer for inherited form in C++?
Vin