Header context menu

Possible duplicate:
How to configure the system menu of a Windows form?

How to insert new elements in the context menu of the title bar, as in Google Chrome:

Google chrome

I would prefer a C # WPF solution, but I have no problem doing this in C ++ (Interops are already installed).

Thank.

+5
source share
1 answer

Some other alternatives are here:

You might want to use the second link, where it actually creates the WPF menu, instead of changing the existing native system menu if you want to outline the menu for your application.

, WPF, .

+1

All Articles