I work with NotifyIconand ContextMenuStrip, I do not want to use the default menu appearance that comes out of the box with this control, which is different from Windows (Vista in my case), using contextMenu.RenderMode = ToolStripRenderMode.ManagerRenderModeor contextMenu.RenderMode = ToolStripRenderMode.Professional:

I do not want this to use contextMenu.RenderMode = ToolStripRenderMode.System:

I just want to use the standard, regular Windows “look and feel”, as seen from countless, possibly non-application * grumble * applications:


Any ideas guys on how to achieve this?
source
share