Click here to Skip to main content
15,792,327 members
Home / Discussions / WPF
   

WPF

 
QuestionThrowing videos using Silverlight Pin
pavanip19-Apr-09 21:24
pavanip19-Apr-09 21:24 
AnswerRe: Throwing videos using Silverlight Pin
Michael Sync23-Jul-09 21:47
Michael Sync23-Jul-09 21:47 
QuestionCFormView in WPF Pin
Member 377636719-Apr-09 19:13
Member 377636719-Apr-09 19:13 
AnswerRe: CFormView in WPF Pin
Pete O'Hanlon19-Apr-09 22:52
subeditorPete O'Hanlon19-Apr-09 22:52 
QuestionPerformance - Memory Usage Pin
Jammer19-Apr-09 10:24
Jammer19-Apr-09 10:24 
AnswerRe: Performance - Memory Usage Pin
Roman Lerman20-Apr-09 23:14
Roman Lerman20-Apr-09 23:14 
GeneralRe: Performance - Memory Usage Pin
Jammer21-Apr-09 9:26
Jammer21-Apr-09 9:26 
QuestionDatabinding in UserControl [modified] Pin
mikla52119-Apr-09 7:43
mikla52119-Apr-09 7:43 
I'm stuck (as usual).
A have a user control with 6 textboxes. But to make it easier, I'm trying to break down the problem a bit and lets say there is one textbox.
USERCONTROL1.XAML:CS
public partial class AttenuationBox : UserControl
{ 
    private String justAtest;
    public String ATest { get { return justATest; } set { ...

    public String LowChRx
    {
        get { return tbLowChRX.Text; }
        set { tbLowChRX.Text = value; }
    }
...
}

USERCONTROL1.XAML
<textbox name="tbLowChRX" text="{Binding Path=ATest}"></textbox>


Now I want tbLowChRX to be bound to justAtest. But just can't get it to work. Must be something I have missed in Source or Path or...

modified on Sunday, April 19, 2009 12:49 PM

AnswerRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 8:44
Mark Salsbery19-Apr-09 8:44 
GeneralRe: Databinding in UserControl Pin
mikla52119-Apr-09 19:38
mikla52119-Apr-09 19:38 
GeneralRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 20:13
Mark Salsbery19-Apr-09 20:13 
QuestionError Pin
Saiyed Alam18-Apr-09 6:43
Saiyed Alam18-Apr-09 6:43 
QuestionLoad MFC CFormView from WPF Pin
Member 377636718-Apr-09 1:17
Member 377636718-Apr-09 1:17 
AnswerRe: Load MFC CFormView from WPF Pin
Mark Salsbery19-Apr-09 8:54
Mark Salsbery19-Apr-09 8:54 
QuestionTabcontrol layout with Prism Pin
Abhinav S17-Apr-09 21:00
Abhinav S17-Apr-09 21:00 
QuestionUnselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh17-Apr-09 5:45
pc.rajesh.singh17-Apr-09 5:45 
AnswerRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir20-Apr-09 8:26
sivaddrahcir20-Apr-09 8:26 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh24-Apr-09 0:53
pc.rajesh.singh24-Apr-09 0:53 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir24-Apr-09 8:58
sivaddrahcir24-Apr-09 8:58 
QuestionHow to download file from a physical location in Silverlight? urgent......... Pin
salon17-Apr-09 4:49
salon17-Apr-09 4:49 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Mark Salsbery17-Apr-09 9:42
Mark Salsbery17-Apr-09 9:42 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez17-Apr-09 10:01
Braulio Dez17-Apr-09 10:01 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
salon18-Apr-09 1:26
salon18-Apr-09 1:26 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez18-Apr-09 10:06
Braulio Dez18-Apr-09 10:06 
Questionapp.config --&gt; xaml? [modified] Pin
devvvy17-Apr-09 0:55
devvvy17-Apr-09 0:55 

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.