enter code here
Is there any way to make a WPF app look like it's running on Windows 7 even if it's running on Windows Server 2003?
The propblem I am facing that due to default style on windows server 2003 on controls, its very hard to see the text content on them. For ex - Combo box
The text foreground is visible in black and highlighed animation color is dark blue which makes the text content hardly visible.
I have tried defining the following settings but it did not work
Edit the App.Xaml and change it to
Set the Copy Local property of referenced assembly PresentationFramework.Aero to True.
Please advice.