If I have my webbrowser set up like this

webbrowser1.navigate "c:\my_folder"

how can I detect when the user drags and drops a new file into the webbrowser1 window?

I have feeling that this is a dopey question but my best idea at present is to use dir(,) in a timer to look for changes. There has to be a smarter way.