Click here to Skip to main content
15,909,332 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: check if windows service is stopped. Pin
arkiboys1-Mar-11 6:15
arkiboys1-Mar-11 6:15 
GeneralRe: check if windows service is stopped. Pin
RobCroll1-Mar-11 13:25
RobCroll1-Mar-11 13:25 
GeneralRe: check if windows service is stopped. Pin
Mycroft Holmes1-Mar-11 19:53
professionalMycroft Holmes1-Mar-11 19:53 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon1-Mar-11 22:21
mvePete O'Hanlon1-Mar-11 22:21 
GeneralRe: check if windows service is stopped. Pin
RobCroll2-Mar-11 2:32
RobCroll2-Mar-11 2:32 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon2-Mar-11 3:55
mvePete O'Hanlon2-Mar-11 3:55 
QuestionIs Custom ValueConverter class ,inside wpf userControl codebehind Proper. Pin
o1010wanabe28-Feb-11 5:37
o1010wanabe28-Feb-11 5:37 
AnswerRe: Is Custom ValueConverter class ,inside wpf userControl codebehind Proper. Pin
_Maxxx_28-Feb-11 13:59
professional_Maxxx_28-Feb-11 13:59 
From what I understand, yes, your approach sounds good...

You're binding to a value - which is the progress.

You want to display it both as a progress bar and a number.

I'm not sure why you couldn't just bind your textblock to the same property, in this particular case, but your approach is exactly what I use; have a single property and bind using valueConverters if the property isn't in the format I need it.

The example I choose to discus this was with a Clock using MVVM.

My ViewModel has properties of Hour, Minute and Second (integers).

For a digital clock, binding is easy.

But if you want an analogue clock? Create a value converter to convert each of them from an integer to an angle.

The ViewModel determines the information to be displayed, and the View (with its associated ValueConverter) determines how it is to be displayed.
___________________________________________
.\\axxx
(That's an 'M')

AnswerRe: Is Custom ValueConverter class ,inside wpf userControl codebehind Proper. Pin
Abhinav S28-Feb-11 18:05
Abhinav S28-Feb-11 18:05 
Questionvideo manipulation in silverlight web application Pin
Nilesh Kshetre27-Feb-11 22:26
Nilesh Kshetre27-Feb-11 22:26 
AnswerRe: video manipulation in silverlight web application Pin
Richard MacCutchan27-Feb-11 22:34
mveRichard MacCutchan27-Feb-11 22:34 
Questioncopy cell data into clipboard Pin
arkiboys27-Feb-11 22:13
arkiboys27-Feb-11 22:13 
AnswerRe: copy cell data into clipboard Pin
Abhinav S27-Feb-11 22:16
Abhinav S27-Feb-11 22:16 
GeneralRe: copy cell data into clipboard Pin
arkiboys28-Feb-11 10:56
arkiboys28-Feb-11 10:56 
Questionvideo manipulation in silverlight web application Pin
Nilesh Kshetre27-Feb-11 21:53
Nilesh Kshetre27-Feb-11 21:53 
AnswerRe: video manipulation in silverlight web application Pin
Richard MacCutchan27-Feb-11 22:32
mveRichard MacCutchan27-Feb-11 22:32 
AnswerRe: video manipulation in silverlight web application Pin
Vimalsoft(Pty) Ltd1-Mar-11 1:27
professionalVimalsoft(Pty) Ltd1-Mar-11 1:27 
QuestionIt takes some long time to open my Silverlight web site at 1st visit [modified] Pin
Jun Du26-Feb-11 15:02
Jun Du26-Feb-11 15:02 
AnswerRe: It takes some long time to open my Silverlight web site at 1st visit Pin
SledgeHammer0126-Feb-11 17:36
SledgeHammer0126-Feb-11 17:36 
GeneralRe: It takes some long time to open my Silverlight web site at 1st visit Pin
Jun Du27-Feb-11 4:47
Jun Du27-Feb-11 4:47 
AnswerRe: It takes some long time to open my Silverlight web site at 1st visit Pin
Abhinav S27-Feb-11 22:20
Abhinav S27-Feb-11 22:20 
Question"Protection error - Debugger Detected" when using MediaElement Pin
Dave Midgley25-Feb-11 23:35
Dave Midgley25-Feb-11 23:35 
AnswerRe: "Protection error - Debugger Detected" when using MediaElement Pin
Vimalsoft(Pty) Ltd1-Mar-11 1:35
professionalVimalsoft(Pty) Ltd1-Mar-11 1:35 
GeneralRe: "Protection error - Debugger Detected" when using MediaElement Pin
Dave Midgley1-Mar-11 2:27
Dave Midgley1-Mar-11 2:27 
GeneralRe: "Protection error - Debugger Detected" when using MediaElement Pin
Dave Midgley4-Mar-11 1:36
Dave Midgley4-Mar-11 1:36 

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.