Hi I have problem with binding textbox with trackbar and with a property in class. I bind a textbox.text property to field

`Progress`

in my object. Next I managed to bound property Value from trackbar to TextBox Text property. If I change value in trackbar the textbox Text property also changes. However if I change textbox.text property, the trackbar won't update. How can I force the trackbar to update itself if I changed text and the textbox to update itselft if I change a trackbar value

link|improve this question
Winforms? WPF? Silverlight? – Aren Sep 10 '10 at 0:02
C# - winforms. I was trying to do this bymyself however I always get an error that given property has benn bound already - or sth similar – binidngNewbie Sep 11 '10 at 15:52
feedback

1 Answer

Winforms - sory that for answering my own question, but I don't have an account here

link|improve this answer
even, if you don't have an account you're able to edit your own question. – Oliver Sep 10 '10 at 7:25
Yes I konw, but I was answering from another computer and in this case You can;t edit question and I wasn't able give an comment. So how can I do what I want to ? – binidngNewbie Sep 10 '10 at 19:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.