Click here to Skip to main content
15,867,308 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: MenuItems not showing properly Pin
Shelby Robertson 15-Oct-09 7:16
Shelby Robertson 15-Oct-09 7:16 
QuestionTreeView Parent Control Pin
Adriaan Davel14-Oct-09 1:55
Adriaan Davel14-Oct-09 1:55 
QuestionProgress bar on loading a page Pin
ravi.vellanky13-Oct-09 20:13
ravi.vellanky13-Oct-09 20:13 
AnswerRe: Progress bar on loading a page Pin
Mark Salsbery14-Oct-09 7:39
Mark Salsbery14-Oct-09 7:39 
GeneralRe: Progress bar on loading a page Pin
ravi.vellanky14-Oct-09 18:21
ravi.vellanky14-Oct-09 18:21 
GeneralRe: Progress bar on loading a page Pin
Mark Salsbery15-Oct-09 6:57
Mark Salsbery15-Oct-09 6:57 
GeneralRe: Progress bar on loading a page Pin
ravi.vellanky19-Oct-09 18:43
ravi.vellanky19-Oct-09 18:43 
GeneralRe: Progress bar on loading a page Pin
Mark Salsbery20-Oct-09 6:26
Mark Salsbery20-Oct-09 6:26 
Have you looked at the documentation?

ProgressBar Class[^]

1) Before you request data, show a ProgressBar.
2) If you're using a data retrieval method that reports download status, update the ProgressBar.
   If no download status is available, you could set the ProgressBar's IsIndeterminate property to True.
3) When the data is received, hide and/or remove the ProgressBar.


Again - what part are you having trouble with?

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionSilverlight Background color problem Pin
Blikkies13-Oct-09 0:13
professionalBlikkies13-Oct-09 0:13 
AnswerRe: Silverlight Background color problem Pin
Mark Salsbery13-Oct-09 6:17
Mark Salsbery13-Oct-09 6:17 
GeneralRe: Silverlight Background color problem Pin
Blikkies13-Oct-09 9:46
professionalBlikkies13-Oct-09 9:46 
QuestionWPF Large image grid - best control to use? Pin
Bex_300012-Oct-09 23:52
Bex_300012-Oct-09 23:52 
QuestionDraw database diagram using Silverlight Pin
Jay_se12-Oct-09 10:59
Jay_se12-Oct-09 10:59 
AnswerRe: Draw database diagram using Silverlight Pin
Mark Salsbery13-Oct-09 6:20
Mark Salsbery13-Oct-09 6:20 
QuestionMessage Removed Pin
12-Oct-09 9:45
professionalN_tro_P12-Oct-09 9:45 
AnswerRe: MVVM and using a Backgroundworker Pin
Pete O'Hanlon12-Oct-09 10:29
subeditorPete O'Hanlon12-Oct-09 10:29 
GeneralMessage Removed Pin
14-Oct-09 5:30
professionalN_tro_P14-Oct-09 5:30 
GeneralRe: MVVM and using a Backgroundworker Pin
Pete O'Hanlon14-Oct-09 9:20
subeditorPete O'Hanlon14-Oct-09 9:20 
QuestionHow to use DrawingGroup and GeometryDrawing classes in Silverlight Pin
amit@work12-Oct-09 5:22
amit@work12-Oct-09 5:22 
AnswerRe: How to use DrawingGroup and GeometryDrawing classes in Silverlight Pin
Mark Salsbery12-Oct-09 6:08
Mark Salsbery12-Oct-09 6:08 
QuestionDelete button with Data grid Pin
ravi.vellanky11-Oct-09 21:29
ravi.vellanky11-Oct-09 21:29 
AnswerRe: Delete button with Data grid Pin
Anudeep Jaiswal - MCA12-Oct-09 1:36
Anudeep Jaiswal - MCA12-Oct-09 1:36 
GeneralBinding StringWriter to WPF TextBox Pin
dwotx11-Oct-09 13:07
dwotx11-Oct-09 13:07 
GeneralRe: Binding StringWriter to WPF TextBox Pin
Pete O'Hanlon12-Oct-09 11:16
subeditorPete O'Hanlon12-Oct-09 11:16 
Questionve silverlight map control-web services Pin
billy dev11-Oct-09 5:59
billy dev11-Oct-09 5:59 

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.