C#: standard Windows menu bars in Windows Forms
Posted
by BoltClock
on Stack Overflow
See other posts from Stack Overflow
or by BoltClock
Published on 2010-05-06T02:47:00Z
Indexed on
2010/05/06
2:58 UTC
Read the original article
Hit count: 321
I noticed that adding a MenuStrip (from the VS Toolbox) to my form design doesn't yield a menu bar like many native Windows applications. Instead I get a menu bar like VS's own. None of the style settings for MenuStrip appear to mimic the much more common native menu bar.
Is there a way to add a menu bar to my Windows Forms application that looks the same as the one you see in Notepad, Task Manager, Windows Explorer and others? (Preferably with the designer, but I wouldn't mind adding it programmatically either.)
© Stack Overflow or respective owner