inherited menu problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I just converted from visual studio 2003 to visual studio 2005. The project I am working on has several forms that are inherited from each other, each form added some additional items to the menu of its base form. This worked fine before with vs 2003, but now when editing an inherited form's menu I get a message box that says "Cannot add a new item to this menu because it is inherited." The menu is declared as protected. Can anyone explain what is going on? Thanks Karl