Using a Windows 7 style menustrip in Windows Forms
- by Nilbert
I am using windows forms and when I use a MenuStrip item, I get something that looks like this:
http://imgkk.com/i/ggn1.png
Is it possible to use menu strips like the ones the system uses, like in Windows Explorer, or Firefox, for example:
http://imgkk.com/i/cxyg.png
with Windows Forms, or C# in general?