0

I'm working on a C# Winforms app and I want to use the old menu style as shown in the screenshot below.

Old Menu style

This is the same menu style used in Qt Apps.

Unfortunately, in C# Winforms, the menu looks like this :

New Menu style

Is there any solution to implement the old menu style in C# Winforms ?

Eugene Podskal
  • 10,270
  • 5
  • 31
  • 53
  • Use the [MainMenu](https://msdn.microsoft.com/en-us/library/system.windows.forms.mainmenu(v=vs.110).aspx) component instead of .NET's own MenuStrip. – Visual Vincent Jun 25 '16 at 18:11
  • 2
    @VisualVincent [D'oh](https://en.wikipedia.org/wiki/D%27oh!), that's probably the thing (should have asked to show some source code from the beginning). And you should write it as an answer - or it can be marked as a duplicate of http://stackoverflow.com/questions/8748144/main-menu-in-c-sharp. – Eugene Podskal Jun 25 '16 at 18:39
  • Duplicate is better. – Visual Vincent Jun 25 '16 at 23:43

0 Answers0