Drag 'n' Drop with WebBrowser problems
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a form with a web browser control in it. I want to receive dragdrop notification when I drag things onto the from (mainly files from the desktop), however the browser control seems to be blocking the notifications. If a hold the icon over the borders of the form and title bar, I get notified, but not when the browser is in the way. How can I get notified no matter where I'm holding the item in the form? Dave