Click here to Skip to main content
15,892,697 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Menu in WPF ? Pin
Richard MacCutchan14-Nov-09 1:21
mveRichard MacCutchan14-Nov-09 1:21 
GeneralRe: Menu in WPF ? Pin
Mohammad Dayyan14-Nov-09 1:38
Mohammad Dayyan14-Nov-09 1:38 
GeneralRe: Menu in WPF ? Pin
Richard MacCutchan14-Nov-09 2:12
mveRichard MacCutchan14-Nov-09 2:12 
GeneralRe: Menu in WPF ? Pin
Christian Graus15-Nov-09 19:45
protectorChristian Graus15-Nov-09 19:45 
GeneralRe: Menu in WPF ? Pin
Mohammad Dayyan15-Nov-09 23:44
Mohammad Dayyan15-Nov-09 23:44 
AnswerRe: Menu in WPF ? Pin
Mark Salsbery14-Nov-09 10:34
Mark Salsbery14-Nov-09 10:34 
QuestionSkinnable silverlight applications Pin
Eduard Keilholz13-Nov-09 11:54
Eduard Keilholz13-Nov-09 11:54 
AnswerRe: Skinnable silverlight applications Pin
Mark Salsbery15-Nov-09 6:03
Mark Salsbery15-Nov-09 6:03 
You could merged dictionaries to provide alternate "skins" for controls.
Allowing the user to change them will require some coding definitely, because
you'll need to build dictionaries at runtime and probably need a way to save
the user's preferences.

The ImplicitStyleManager can help for applying styles to controls at
runtime so you don't have to do that part manually.

Implicit Style Manager and Merged Dictionaries[^]

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Skinnable silverlight applications Pin
Eduard Keilholz15-Nov-09 10:36
Eduard Keilholz15-Nov-09 10:36 
Questionrequest error Pin
Tauseef A13-Nov-09 7:17
Tauseef A13-Nov-09 7:17 
AnswerRe: request error Pin
Mark Salsbery13-Nov-09 7:56
Mark Salsbery13-Nov-09 7:56 
QuestionRe: request error Pin
Tauseef A13-Nov-09 8:48
Tauseef A13-Nov-09 8:48 
AnswerRe: request error Pin
Mark Salsbery13-Nov-09 8:57
Mark Salsbery13-Nov-09 8:57 
QuestionRe: request error Pin
Tauseef A13-Nov-09 9:09
Tauseef A13-Nov-09 9:09 
AnswerRe: request error Pin
Mark Salsbery13-Nov-09 9:12
Mark Salsbery13-Nov-09 9:12 
GeneralRe: request error Pin
Tauseef A13-Nov-09 9:14
Tauseef A13-Nov-09 9:14 
GeneralRe: request error Pin
Mark Salsbery13-Nov-09 9:23
Mark Salsbery13-Nov-09 9:23 
QuestionCreate a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
TweakBird13-Nov-09 5:42
TweakBird13-Nov-09 5:42 
AnswerRe: Create a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
Mark Salsbery13-Nov-09 8:35
Mark Salsbery13-Nov-09 8:35 
GeneralRe: Create a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
TweakBird13-Nov-09 9:14
TweakBird13-Nov-09 9:14 
GeneralRe: Create a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
Mark Salsbery13-Nov-09 9:37
Mark Salsbery13-Nov-09 9:37 
GeneralRe: Create a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
TweakBird15-Nov-09 22:17
TweakBird15-Nov-09 22:17 
GeneralRe: Create a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
Mark Salsbery16-Nov-09 7:01
Mark Salsbery16-Nov-09 7:01 
QuestionWeather Web Service Pin
Etienne_12313-Nov-09 3:22
Etienne_12313-Nov-09 3:22 
AnswerRe: Weather Web Service Pin
teejayem13-Nov-09 3:51
teejayem13-Nov-09 3:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.