Kaya
Kaya

Reputation: 505

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 ?

Upvotes: 1

Views: 820

Answers (1)

kevev22
kevev22

Reputation: 3775

Set the AllowDrop property on the control you wish to drag into to True.

Upvotes: 1

Related Questions