WebBrowser FileDownload

  • Thread starter Thread starter Marc Gravell
  • Start date Start date
M

Marc Gravell

I'm trying to hook some simple monitoring functions into an existing
WebBrowser instance on a form... I was hoping to track individual file
downloads, so I looked at the FileDownload event. Unfortunately, this
tells you that something happened, but is only EventHandler/EventArgs,
so doesn't tell you /what/ (which is a bit useless).

I was hoping to track the individual urls for the images, scripts
etc...

Am I missing a trick here?

Marc
 
Actually, ignore the original question, as it appears that this only
fires for the main document; so - is it possible to capture the
download of component files?

Marc
 
Back
Top