Url drag and drop on winforms control from IE
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 ?
Set the AllowDrop property on the control you wish to drag into to True.
精彩评论