MainMenu is hidden at runtime?

bjwade62

Well-known member
Joined
May 25, 2006
Messages
50
Programming Experience
3-5
My MainMenu is hidden at runtime. The properties of each item is set to visible. What am I missing?
 
Did you set the Form.Menu property to select the instance of your MainMenu ?

Also, for .Net 2.0 use MenuStrip instead. If .Net 2.0 is not your primary platform please update your profile.
 
Back
Top