Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Please help

Now i am developing background downloading application in WPF MVVM. When application start, the downloading thread is start working. i want to show downloading status in every WPF window's Label box.
How many percentage is downloaded.

i already tried BackgroundWorker but how can i show progress status in every window. any suggestions are welcome.

Best Rgds,
dartfrog
Posted
Comments
VR Karthikeyan 25-Sep-15 2:14am    
Create a global property to hold download percentage value and just bind it to the content of labels on different window. Make sure that you have implemented INotifyPropertyChanged interface for download percentage property.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900