Hey. In my program I want to download something from the internet. Currently I am using the system.net.webclient module. I want to use a progress bar too to indicate how much has downloaded though. It doesn't seem obvious or simple to show that with this type. Can anyone provide me some code for downloading something and showing progress with a progress bar?

Thanks
John