Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET MenuStrip with native Windows renderer?

Does anyone know how to have the MenuStrips to rendered with native Windows look and feel depending the OS version the user is using?

The current renders don't do it...

I'm currently using a third party control that can do it but uses MainMenu and ContextMenu instead of what I'm looking for, the MenuStrip...

like image 916
rfgamaral Avatar asked Jul 30 '09 01:07

rfgamaral


1 Answers

Someone else pointed me one, here it is for anyone interested:
http://code.google.com/p/szotar/source/browse/trunk/Client/Szotar.WindowsForms/Base/NativeToolStripRenderer.cs

like image 100
rfgamaral Avatar answered Nov 03 '22 00:11

rfgamaral