
detecting file download from WB control
Hello all,
I would like to be able to handle the downloading of files using the
WebBrowser Control. In particular, I want to determine when file has been
selected for downloading, and then automatically input a specific pathway
and file name for that file when SaveAs window pops up. the DownloadBegin
and FileDownload don't appear to be what I'm looking for. Also, what is the
name of the SaveAs API control that actually handles the downloading (the
window where you select the pathway and file name for the downloaded file)?
I going to need that too. Thanks in advance!
minime2323