Hi,

I created a form which,through the input of a URL via a textbox, downloads a file from the internet. For example I write in the textbox
http://www.downloadfile.com/filetobedownloaded.rar
and after I hit the download button the software starts downloading the file (the progress is shown via a progress bar).

What about if I want to stop the download before the download is over?
How can I do it? What should I write in the "Stop" button?

Thank you in advance,

Andrea