inheriting a menu from a form base class in vs2005 beta 2

A

Art

Hi,



I have a form that inherits from system windows forms. I have added a menu
to this form. I want to have another form inherit menu from this base form.
I have the new form set to inherit from the base form and it works. I can
add controls to the base form and see the controls on forms that inherit
from it (at run time). However, my menu does not appear on the forms that
inherit from the base form that contains the menu. All the class members for
the menu on the base form are set to protected but still I don't see the
menu on forms that inherit from the base form.



Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top