WebBrowser FileDownload

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
 
M

Marc Gravell

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top