views:

15

answers:

1

Hi Is there any way to force context menu to look the same in every operation system (Windows XP Win7 Windows Vista) ?? I installed my small application on windows xp and context menu looks totaly different than I expected. It seems that context menu gets it's look from windows style or something like that. So is there any way to force this context menu to get style which I want ?? Maybe somebody has good looking style for context menu (in XAML)

A: 

Yes, see for instance here. Basically you need to explicitly load the correct theme, which is in this case PresentationFramework.Aero.dll//themes/aero.normalcolor.xaml .

Alex Paven