Question How to change behavior of shell inside webbrowser?

pedromgardete

New member
Joined
Jun 20, 2014
Messages
3
Programming Experience
3-5
Hi,

I'm using a webbrowser object to navigate files in a vb.net program.

Suppose I navigate to "C:\". Now the user can drag files from windows explorer to C:\ by dragging files to my program, which is great. However, I'd like all files dragged to my program to create links in C:\ rather than allowing copy/moving. Any ideas?

Thanks,
Pedro
 

Thanks for the reply; I should have been more specific about where the difficulty lies.

What I really need to do is capture a file drag event over the webbrowser. Moreover, I want to override the default move/copy procedure by creating a shortcut instead. I know how to create shortcuts; the trick is how to intercept the filedrag event on the webbrowser object.

Thanks,
P
 
Back
Top