Reputation: 505
I want to receive a drop from the URL in IE in a winforms control. I get no drag enter event. Does anyone know ho to do this ?
Upvotes: 1
Views: 820
Reputation: 3775
Set the AllowDrop property on the control you wish to drag into to True.
Upvotes: 1