Short of dragging the Cache does anyone know how to use the WebBrowser Object to download EXE and binary files "transparently" to a predetermined directory on the computer?
WebBrowser1.Navigate "http://www.mydomain.com/download/setupex.exe"
will obviously do it with a pop-up box but I need the download to be "silent". This is my great chance to get rid of the retched ICK control ;)
