When I close my form it automatically stops all downloads within the application.

I have a number of different objects including web services and picture boxes all simultaniously downloading different things.

How can I stop all downloads in my app, something like the stop button of internet explorer is a good example?

Something like Me.allDownloadingProcesses.Stop().

It must be possible as it occurs when the application is closed.