Click here to Skip to main content
15,886,647 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 7:44
Mark Salsbery19-Apr-09 7:44 
GeneralRe: Databinding in UserControl Pin
mikla52119-Apr-09 18:38
mikla52119-Apr-09 18:38 
GeneralRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 19:13
Mark Salsbery19-Apr-09 19:13 
QuestionError Pin
Saiyed Alam18-Apr-09 5:43
Saiyed Alam18-Apr-09 5:43 
QuestionLoad MFC CFormView from WPF Pin
Member 377636718-Apr-09 0:17
Member 377636718-Apr-09 0:17 
AnswerRe: Load MFC CFormView from WPF Pin
Mark Salsbery19-Apr-09 7:54
Mark Salsbery19-Apr-09 7:54 
QuestionTabcontrol layout with Prism Pin
Abhinav S17-Apr-09 20:00
Abhinav S17-Apr-09 20:00 
QuestionUnselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh17-Apr-09 4:45
pc.rajesh.singh17-Apr-09 4:45 
I am working in WPF. Normally on lost focus of textbox , text are unselected. But if I set the value e.handled = true on lostfocus event handler, unselection doesn't happen. I need to set e.handled = true to prevent the event from bubbling up. Note: I am not stopping from lostfocus being triggered. LostFocus takes place, its just that, automatic unselection doesn't happen and I want the unselection to take place.

Private Sub MyTextBox_LostFocus(ByVal sender As Object, ByVal e As RoutedEventArgs)
e.Handled = True
End Sub
AnswerRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir20-Apr-09 7:26
sivaddrahcir20-Apr-09 7:26 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh23-Apr-09 23:53
pc.rajesh.singh23-Apr-09 23:53 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir24-Apr-09 7:58
sivaddrahcir24-Apr-09 7:58 
QuestionHow to download file from a physical location in Silverlight? urgent......... Pin
salon17-Apr-09 3:49
salon17-Apr-09 3:49 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Mark Salsbery17-Apr-09 8:42
Mark Salsbery17-Apr-09 8:42 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez17-Apr-09 9:01
Braulio Dez17-Apr-09 9:01 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
salon18-Apr-09 0:26
salon18-Apr-09 0:26 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez18-Apr-09 9:06
Braulio Dez18-Apr-09 9:06 
Questionapp.config --> xaml? [modified] Pin
devvvy16-Apr-09 23:55
devvvy16-Apr-09 23:55 
AnswerRe: app.config --> xaml? Pin
Pete O'Hanlon17-Apr-09 2:13
mvePete O'Hanlon17-Apr-09 2:13 
GeneralRe: app.config --> xaml? Pin
devvvy17-Apr-09 5:58
devvvy17-Apr-09 5:58 
GeneralRe: app.config --> xaml? Pin
Pete O'Hanlon17-Apr-09 9:17
mvePete O'Hanlon17-Apr-09 9:17 
GeneralRe: app.config --> xaml? Pin
devvvy17-Apr-09 14:36
devvvy17-Apr-09 14:36 
GeneralRe: app.config --> xaml? Pin
Pete O'Hanlon19-Apr-09 8:24
mvePete O'Hanlon19-Apr-09 8:24 
GeneralRe: app.config --> xaml? Pin
Jammer17-Apr-09 23:23
Jammer17-Apr-09 23:23 
Questionsame Xaml to port a WPF app to Silverlight? Pin
devvvy16-Apr-09 23:50
devvvy16-Apr-09 23:50 
AnswerRe: same Xaml to port a WPF app to Silverlight? Pin
Mark Salsbery17-Apr-09 8:47
Mark Salsbery17-Apr-09 8: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.