Click here to Skip to main content
15,891,828 members
Home / Discussions / WPF
   

WPF

 
Questionadding a non microsoft silverlight .dll Pin
arkiboys17-Dec-10 4:08
arkiboys17-Dec-10 4:08 
AnswerRe: adding a non microsoft silverlight .dll Pin
Pete O'Hanlon17-Dec-10 4:27
mvePete O'Hanlon17-Dec-10 4:27 
GeneralRe: adding a non microsoft silverlight .dll Pin
arkiboys17-Dec-10 6:13
arkiboys17-Dec-10 6:13 
AnswerRe: adding a non microsoft silverlight .dll Pin
Abhinav S17-Dec-10 5:59
Abhinav S17-Dec-10 5:59 
AnswerRe: adding a non microsoft silverlight .dll Pin
#realJSOP21-Dec-10 0:16
mve#realJSOP21-Dec-10 0:16 
Questionstoryboard automatically undoing [modified] Pin
Chazzysb17-Dec-10 0:58
Chazzysb17-Dec-10 0:58 
AnswerRe: storyboard automatically undoing Pin
Chazzysb17-Dec-10 2:31
Chazzysb17-Dec-10 2:31 
QuestionChange WPF TextBox border when it has focus Pin
astibich216-Dec-10 13:10
astibich216-Dec-10 13:10 
I am trying to change the border color of a WPF TextBox when it has focus. I'm doing this in code using the focus events:

private void TextBox_GotFocus(object sender, RoutedEventArgs e)
{
_text.BorderBrush = Brushes.Red;
}

private void TextBox_LostFocus(object sender, RoutedEventArgs e)
{
_text.BorderBrush = Brushes.Blue;
}

This does not work. My googling seemed to indicate that the TextBox has built in focus behavior that could be overriding my behavior. The proposed solution was to null the "TextBox.FocusVisualStyle' property. This also did not work.

Any ideas out there?

Aaron
AnswerRe: Change WPF TextBox border when it has focus Pin
SledgeHammer0116-Dec-10 18:53
SledgeHammer0116-Dec-10 18:53 
AnswerRe: Change WPF TextBox border when it has focus Pin
Khaniya17-Dec-10 1:25
professionalKhaniya17-Dec-10 1:25 
AnswerRe: Change WPF TextBox border when it has focus Pin
Tarun.K.S19-Dec-10 19:25
Tarun.K.S19-Dec-10 19:25 
AnswerRe: Change WPF TextBox border when it has focus Pin
scottytk3-Jan-11 7:59
scottytk3-Jan-11 7:59 
Questionwcf web.config Pin
arkiboys16-Dec-10 0:34
arkiboys16-Dec-10 0:34 
AnswerRe: wcf web.config Pin
Steve Maier17-Dec-10 4:41
professionalSteve Maier17-Dec-10 4:41 
AnswerRe: wcf web.config Pin
phil.o17-Dec-10 5:03
professionalphil.o17-Dec-10 5:03 
Questionsilverlight 4 app. to be accessible by others Pin
arkiboys15-Dec-10 21:01
arkiboys15-Dec-10 21:01 
AnswerRe: silverlight 4 app. to be accessible by others Pin
Pete O'Hanlon15-Dec-10 22:56
mvePete O'Hanlon15-Dec-10 22:56 
AnswerRe: silverlight 4 app. to be accessible by others Pin
Vimalsoft(Pty) Ltd19-Dec-10 21:31
professionalVimalsoft(Pty) Ltd19-Dec-10 21:31 
Questiondeploy silverlight 4 Pin
arkiboys14-Dec-10 22:16
arkiboys14-Dec-10 22:16 
AnswerRe: deploy silverlight 4 Pin
Abhinav S14-Dec-10 23:19
Abhinav S14-Dec-10 23:19 
AnswerRe: deploy silverlight 4 Pin
Pete O'Hanlon14-Dec-10 23:51
mvePete O'Hanlon14-Dec-10 23:51 
GeneralRe: deploy silverlight 4 Pin
arkiboys15-Dec-10 2:55
arkiboys15-Dec-10 2:55 
QuestionFindName Not Working [modified] Pin
Kevin Marois14-Dec-10 13:40
professionalKevin Marois14-Dec-10 13:40 
AnswerRe: FindName Not Working Pin
Kevin Marois14-Dec-10 14:05
professionalKevin Marois14-Dec-10 14:05 
QuestionControl similar to contacts viewer on iPhone for WPF? Pin
Wes Jones14-Dec-10 7:12
Wes Jones14-Dec-10 7:12 

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.