Popular Articles
Last viewed:
- GridView ObjectDataSource LINQ Paging and Sorting
- Launch URL in Default Browser using C#
- C# Free Component to Generate PDF - Convert HTML to PDF
- Tutorial for Configuring Silverlight 4, Entity Framework and WCF RIA Services in Separate Component Assemblies (DLL’s)
- SQL Server Log File (AKA LDF file) is huge - reduce size
- Crystal Reports and ASP.NET
Recent comments
- Awsome!!
7 hours 18 min ago - C# insert image
22 hours 11 min ago - jkll
3 days 10 hours ago - Thank You
4 days 10 hours ago - Another approach
6 days 11 hours ago - Issue
1 week 37 min ago - thanks
1 week 11 hours ago - Calendar date time
1 week 17 hours ago - Nice Explanation
1 week 21 hours ago - ramya
1 week 3 days ago

To download file from hard drive using progress bar & Background
Hi,
I have created a project to load xml file in Treeview in winform.
Now i want to add a progress bar which will show the time taken to get file from my memory to treeview.i want to use a background worker also.
I have treeview,Browse button(to select a file), textbox(to display the file name selected)
toolStripStatusLabel,toolStripStatusProgressBar.
Can you please help out..