Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Im Creating a download manager using c#.net and i have a list-view which shows list of downloaded files and files downloading. i want this list list of files to be updated according to the download progress .and i have progress bar for each items .how to make that possible?? ? somebody please help ,i want live updation on listview .. THANKS IN ADVANCE :)
Posted

1 solution

In windows application you could achieve that handling OwnerDraw or DrawSubItem events. If you change any value of the subitem, it will fire the DrawSubItem event and on that event you could draw the progress.


You could refer to following article for more details;

http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.drawsubitem(v=vs.110).aspx[^]
 
Share this answer
 
Comments
jeffingeorge 20-Jun-14 4:24am    
this isn't what i have asked for. do u have any other suggestion please? :)
anup.bhunia 25-Jun-14 11:45am    
So, what kind of solution you looking for, could you please elaborate little bit and how are you trying and where you facing problem?

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