Drag and Drop from another application with mouse button down does not fire event

Posted by Keith on Stack Overflow See other posts from Stack Overflow or by Keith
Published on 2010-06-18T10:51:30Z Indexed on 2010/06/18 10:53 UTC
Read the original article Hit count: 202

Filed under:
|

I am trying to drag and drop a file onto a control in my application. The problem is that when you hold the mouse button down (i.e. dragging from widows explorer), my app does not fire any of the form events. They all work fine if the mouse is not down. Is appears that I need to enable the 'AllowDrop' for the application (it is enabled on the form)

What am I missing?

I am developing in vb.net 2008 in windows 7 environment

© Stack Overflow or respective owner

Related posts about windows-explorer

Related posts about dragdrop