Reply to comment

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..

Reply