http://www.vb-helper.com/HowTo/geturl.zip

	Purpose
Download a file from the Web

	Method
Use the Internet Transfer control's OpenURL method to load the file into
an array of bytes. Then open a file for binary access and write the array
into the file.

Note: The program works but when the program ends, it generates the error:

System Error &H800401F0 (-2147221008).  ColInitialized has not been called

After that the development environment is messed up. If you know why this
happens or how to fix it, let me know!

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
