Click here to Skip to main content
15,889,808 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Stream Live Video Pin
Pete O'Hanlon2-Jun-15 5:20
mvePete O'Hanlon2-Jun-15 5:20 
GeneralRe: WPF Stream Live Video Pin
Kevin Marois2-Jun-15 5:22
professionalKevin Marois2-Jun-15 5:22 
QuestionHow to change Window.Title property? Pin
econy28-May-15 3:13
econy28-May-15 3:13 
AnswerRe: How to change Window.Title property? Pin
Richard Deeming28-May-15 3:48
mveRichard Deeming28-May-15 3:48 
QuestionThe difference of Style on Button and TextBlock, Pin
econy27-May-15 10:15
econy27-May-15 10:15 
AnswerRe: The difference of Style on Button and TextBlock, Pin
Mycroft Holmes27-May-15 13:02
professionalMycroft Holmes27-May-15 13:02 
GeneralRe: The difference of Style on Button and TextBlock, Pin
econy28-May-15 3:10
econy28-May-15 3:10 
AnswerRe: The difference of Style on Button and TextBlock, Pin
Gerry Schmitz1-Jun-15 11:02
mveGerry Schmitz1-Jun-15 11:02 
In the "Resources" section, you assigned a "Key" ("ButtonStyle" in this case ... it could have been called "Foo") to the Button style; the TextBlock style doesn't have a Key.

Any style with a "Key" needs to be referenced via that Key (e.g. StaticResource ButtonStyle) in order to be applied to the relevant control.

The TextBlock style (in this case) is applied to any TextBlock that is in the "scope" of that style (without needing a Key).

QuestionWPF ListBoxItem Style Not Working Pin
Kevin Marois26-May-15 9:48
professionalKevin Marois26-May-15 9:48 
QuestionPost Publish Actions Pin
Mycroft Holmes21-May-15 16:32
professionalMycroft Holmes21-May-15 16:32 
QuestionRe: Post Publish Actions Pin
Kenneth Haugland22-May-15 10:08
mvaKenneth Haugland22-May-15 10:08 
AnswerRe: Post Publish Actions Pin
Mycroft Holmes22-May-15 13:42
professionalMycroft Holmes22-May-15 13:42 
QuestionNeed Entity Framework Video Tutorial using WPF Pin
Ashfaque Hussain21-May-15 1:09
Ashfaque Hussain21-May-15 1:09 
QuestionRe: Need Entity Framework Video Tutorial using WPF Pin
Richard MacCutchan21-May-15 1:29
mveRichard MacCutchan21-May-15 1:29 
AnswerRe: Need Entity Framework Video Tutorial using WPF Pin
Ashfaque Hussain21-May-15 1:50
Ashfaque Hussain21-May-15 1:50 
SuggestionWPF App for Tablet Pin
Member 1160551220-May-15 23:50
Member 1160551220-May-15 23:50 
Questionwindow set fontsize question Pin
econy20-May-15 4:09
econy20-May-15 4:09 
AnswerRe: window set fontsize question Pin
Richard Deeming20-May-15 4:48
mveRichard Deeming20-May-15 4:48 
GeneralRe: window set fontsize question Pin
econy20-May-15 5:13
econy20-May-15 5:13 
QuestionTreeview with check box binding in silverlight Pin
Member 1151284413-May-15 23:02
Member 1151284413-May-15 23:02 
AnswerRe: Treeview with check box binding in silverlight Pin
Kenneth Haugland14-May-15 18:57
mvaKenneth Haugland14-May-15 18:57 
QuestionWPF Rotary Button Control Pin
Kevin Marois12-May-15 12:09
professionalKevin Marois12-May-15 12:09 
AnswerRe: WPF Rotary Button Control Pin
Richard Deeming13-May-15 1:23
mveRichard Deeming13-May-15 1:23 
AnswerRe: WPF Rotary Button Control Pin
Kenneth Haugland13-May-15 1:27
mvaKenneth Haugland13-May-15 1:27 
GeneralRe: WPF Rotary Button Control Pin
Kevin Marois13-May-15 3:47
professionalKevin Marois13-May-15 3:47 

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.