Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Buenas tardes, he acudido a este entorno para consultarles unas dudas, actualmente trabajo en el entorno de WPF en Visual Studio 2010 con el lenguaje de C#, estoy trabajando en un proyecto y le quisiera dar la oportunidad al usuario final que pueda cambiar el color de todas las ventanas de la aplicación..He consultado artículos,blogs,etc y tengo la idea pero no se como estructurarlo.
Si me pudieran ayudar se los agradecería mucho..

[Edit: MTHeffron]
From Bing Translator:
How do I change the color of all the windows of my project?
Good afternoon, I have come to this environment to ask them a few questions, currently working in the environment of WPF in Visual Studio 2010 with the language of C#, I am working on a project and you would like to give the opportunity to the end user which can change the color of all windows of the application...I have consulted articles, blogs, etc and have the idea but not be as structuring it.
If I could help you would greatly appreciate them...
Posted
Updated 4-Nov-14 8:06am
v2
Comments
PIEBALDconsult 4-Nov-14 13:57pm    
English, por favor.
ZurdoDev 4-Nov-14 14:01pm    
Ingles, por favor.

1 solution

Have a look here: http://wpfwindow.codeplex.com/[^]. As author promises it's customizable wpf window class.

I saw somewhere in net this trick for wpf controls, so it should works for window (i hope):
C#
Grid.Background = new SolidColorBrush(Colors.Red);
 
Share this answer
 
Comments
[no name] 4-Nov-14 16:28pm    
Por favor, en español. Sin embargo, mis cinco puntos.
Saludos, Bruno
Maciej Los 4-Nov-14 16:59pm    
Meno no ablare en espanol ;)
Thank you, Bruno.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900