MainMenu Control won't show its face.

  • Thread starter Thread starter Grumpy Aero Guy
  • Start date Start date
G

Grumpy Aero Guy

I have a windows form project.

I have added a mainmenu control which has several items with assoicated
subroutines.

I can not get the menu to display when I debug the application for anything.
YES, I am "activating" the mainmenu control prior to "building" the
solution... i.e. the main menu control is "active" and the menu appears in
the form's design view.

what gives....a bug?
 
* "Grumpy Aero Guy said:
I have a windows form project.

I have added a mainmenu control which has several items with assoicated
subroutines.

I can not get the menu to display when I debug the application for anything.
YES, I am "activating" the mainmenu control prior to "building" the
solution... i.e. the main menu control is "active" and the menu appears in
the form's design view.

Why do you activate the menu item prior to building the solution?
That's not required. Are you sure there are any visible menu items in
the menu bar?
 
Are you sure there are any visible menu items in
the menu bar?

Yep...there are:

File ...
Tools ...

Each with menu items

--


Frank Bachman
(Grumpy Aero Guy)
 
I have a windows form project.

I have added a mainmenu control which has several items with assoicated
subroutines.

I can not get the menu to display when I debug the application for anything.
YES, I am "activating" the mainmenu control prior to "building" the
solution... i.e. the main menu control is "active" and the menu appears in
the form's design view.

what gives....a bug?

[Sorry, I didn't mean to reply via email. Hit Ctrl+R as a force of habit.]

Is this by any chance an MDI application and do you maybe have a child
window with a context menu defined in it?
 
No...not an MDI or child window

--


Frank Bachman
(Grumpy Aero Guy)


Jeff Johnson said:
I have a windows form project.

I have added a mainmenu control which has several items with assoicated
subroutines.

I can not get the menu to display when I debug the application for anything.
YES, I am "activating" the mainmenu control prior to "building" the
solution... i.e. the main menu control is "active" and the menu appears in
the form's design view.

what gives....a bug?

[Sorry, I didn't mean to reply via email. Hit Ctrl+R as a force of habit.]

Is this by any chance an MDI application and do you maybe have a child
window with a context menu defined in it?
 
Frank,

Can you bring it down to a simple sample project and than show us your code
of that, where the bug is clear visible?

Cor
 
Is the forms Menu property set? ..

OK....EGG ON MY FACE.........that was it.....

(walking away thankfully hanging is head)

--


Frank Bachman
(Grumpy Aero Guy)


"Mick Doherty"
 
Back
Top