• 0

[C#] Context Menu Strip with Windows Vista look and feel


Question

Hi,

I've searched and searched google but can't find anything... I'm currently using 2 context menu strips in my application, one for the notification icon and another for the contextual menu of a textbox. I want them to have the look and feel of menus in Vista with the possibility to use icons. However, if the application is used on XP, I want the menus to have the look and feel of XP, also using the icons.

Can anyone help me out?

Recommended Posts

  • 0

You'd probably have to create your own Renderer for the ContextMenuStrip.

Have a look at this:

http://www.chaliy.com/TipsAndTricks/Vs2005LikeRendering/

and

http://www.codeproject.com/cs/menu/Office2007Renderer.asp

Edit, and this:

http://www.chaliy.com/Sources/RebarRenderer/Default.aspx

Edited by Winston
  • 0
So you have no clue right? Maybe this is only possible on VS2008 and with .NET 3.0 or maybe not? I'm not really sure as I don't have it, but it must be a way...

I could probably figure it out. Time is my only issue. I'd rather spend time with the ladies than coding. LOL

I'll see what I can come up with. I sincerely doubt it's only doable in 2008/3/3.5.

  • 0

Don't you just set the RenderMode to System?

contextMenuStrip1.RenderMode = ToolStripRenderMode.System;

EDIT: never mind, I see that doesn't do it either.

Edited by virtorio
  • 0
Don't you just set the RenderMode to System?

contextMenuStrip1.RenderMode = ToolStripRenderMode.System;

EDIT: never mind, I see that doesn't do it either.

The current render modes on VS don't do the trick. I'm using ManageRenderMode which looks like the image below, Professional (I think) also makes it look like the image:

ScalablePictureBox.jpg

In my google searches I only found about one thing. In VS2005, there's only one way to make the menus have the Vista look, I have to use the ContextMenu control and not the ContextMenuStrip. ContexMenu control is hidden, you have to add it to the toolbox. Although, there are no way to add icons to ContextMenu items, only owner-drawing, but that will loose the Vista look...

  • 0
I guess I could be wrong about it not being tied to 3.0/3.5... There has to be a way to do it natively. It's just going to take some digging. I just grabbed the latest SDK, so I'll take a look at it when I can.

Thanks, whenever you have an answer, reply back :)

  • 0

You can fully modify menustrips look and feel by using ToolStripRenderer. Just create a new class like this:

public class VistaToolstripRenderer : System.Design.ToolstripRenderer

... or something like that.

Take a look at following article in codeproject. It shows how to create a style which follows Office 2007 guidelines. If you can't accomplish the style you're trying to make, I may create it as part of my project called Cloud Toolkit.Net (https://sourceforge.net/projects/cloudtoolkitnet/). It has Office 2007 toolstriprenderer but not yet Vista or any else renderer

Codeproject article about ToolstripRenderer

Regards,

Timo Salom?ki

  • 0

The problem is that I don't want the Vista renderer. If that was the case, users running XP would have their menus themed with Vista look and that's not what I want. I want to have menus that have the visual style OS look and use icons.

  • 0

Oh right, you didn't make it so clear, I suggest this is what you do:

You can either create a class and inherit from the old ContextMenu item and do some owner drawing yourself, and refer to this class:

http://msdn2.microsoft.com/en-us/library/s....menu.item.aspx

To actually retrieve the current OS's Visual Style menu item state's.

Or you can create your own managed renderer for the ContextMenuStrip, and use the above class to handle the drawing logic as well.

[EDIT] OK, my bad, I just realised, that it's not a class supported under Vista, hmm that's weird, I think you'd really have to result into using some PInvoking to achieve it.

Edited by Winston
  • 0

Just out of curiosity, is there some reason why you don't just use one of the normal menu classes, and do all of the drawing yourself? You've probably already spent much more time looking for a boxed solution than you would have had you just done the GDI+ work yourself.

  • 0

That has been answered many times in this thread...

I can't use ContextMenu nor ContextMenuStrip because they don't use the system look depending on the OS and VisualStyle. Doing it in GDI+ wouldn't help at all. What if the user is using WindowBlinds or a hacked uxtheme.dll and use a different visual style? How is GDI+ going to help me there?

@Winston

I think I'll just forget it... I'm using ContextMenu for now, but I'm forgetting about the icons... Oh well, what you gonna do...

  • 0
I can't use ContextMenu nor ContextMenuStrip because they don't use the system look depending on the OS and VisualStyle. Doing it in GDI+ wouldn't help at all. What if the user is using WindowBlinds or a hacked uxtheme.dll and use a different visual style? How is GDI+ going to help me there?

Ummm... it'll help you because you can query the system (through Windows.Forms) to get the bitmaps/colours making up the interface at any particular moment, and then draw the menu dynamically using GDI+. There are a whole set of classes in .NET for exactly this type of scenario.

There's no need for attitude here. Since you've spent two weeks on this, I was JUST wondering why you hadn't already considered the path of least resistance..........

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Windows 11 is technically Windows 10, It was going to be a Windows 10 feature update (Sun Valley) but alas, marketing had its way with it for a new version bump as opposed to yet another rolling release update and the UI design decisions made for the Windows 10 Sun Valley Update, pretty much ruined the launch of Windows 11. More about what decisions Microsoft is making at anytime rather than OS version at this point.
    • RTM is October 5, so this must be the release that software vendors could use and all.
    • 5 years old and still "work in progress"...
    • so? biggest release of all time... they could've changed it.
    • Microsoft adds new AI study and teaching tools for free to Microsoft 365 Education by Karthik Mudaliar Microsoft is expanding its footprint into the classroom with a new suite of AI-powered study and teaching tools for Microsoft 365 Education. Rather than pushing these features as premium add-ons, the company is rolling out many core features at no additional cost to existing customers. The update brings new tools such as 'Copilot Notebooks' and 'Study and Learn Agents' into Microsoft's Education suite. Copilot Notebooks is essentially an AI-powered workspace where students can ground answers with their own learning materials, similar to Google's NotebookLM. The study and learning agents would allow students to learn concepts more visually, along with interactive practices and real-time feedback. For the last few years, educational institutions have struggled to implement practical guardrails for the usage of large language models. The new tools from Microsoft are a push towards providing those guardrails natively within the apps that the students and teachers already use every day. For teachers, the new 'Unit Plans' within the dedicated 'Teach' agent would allow them to rapidly generate structured curriculum frameworks grounded in established learning science, cutting down hours of preliminary lesson planning. Microsoft is also introducing 'Learning Groups' in Assignments that would help educators automatically categorize students based on performance data. With 'Learning Zones', teachers can then tailor assignments to different comprehension levels. It should be noted that Microsoft is making Learning Zone accessible for a one-year trial across all Windows 11 devices, while quietly incentivizing school districts to upgrade their legacy hardware and lock further into the Windows ecosystem. Of course, Microsoft is doing this as part of a broader ambition. Just last year, the company made waves when it brought its 365 Copilot to the education sector for $18 a month, introducing premium tiers with standalone conversational agents. However, gating all AI features behind a per-user subscription left a massive gap of students without access to official, school-sanctioned AI tools. Now that the features are inside the base Microsoft 365 Education suite for free, the company is effectively subsidizing the AI training of its next generation of power users. Microsoft’s own data, released alongside these tools in its 2026 AI in Education Report, indicates that while over 90% of students are using AI, nearly 80% lack formal training. Lastly, Microsoft is also expanding its "Elevate for Educators" training program, developed in partnership with organizations like ISTE and ASCD. This ensures that the teachers tasked with policing and guiding this new technology actually understand how to use it themselves.
  • Recent Achievements

    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
    • Rookie
      +ChiefOfNeo went up a rank
      Rookie
    • One Year In
      Tom Schmidt earned a badge
      One Year In
    • One Month Later
      Tom Schmidt earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      451
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      123
    4. 4
      Michael Scrip
      85
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!