WebBrowser control -- can't drag files out of network share
Place a System.Windows.Forms.WebBrowser control on a form. Navigate the control to a UNC network share (i.e. \\someMachine\myShare\).
The control won't let me drag any of files on the network share; the drag operation never starts. It works fine if I'm browsing a local path such as C:\Windows\ and try to drag a local file, but it never works if I'm browsing a network share and try to drag a file on a network share.
I suspect this has something to do with security. Is there a way around this issue?
Thanks for taking the time to read and hopefully answer this question.

