I have an application based on web references:
my application is like
ComboBox > ListBox1 > ListBox2 > ListBox3 > CheckedListBox ---> Download Button
till here everything fine ..
Now I need to help for download button to be coded [dwbtn] but download should use the Form1 only with progressbar as well a Label to show the status of a file for downloading. where as I have used CheckedListBox to get the files .. I want to use ListView so that I get Files Size and Type .. Please Help

