Drag and Drop Url into a windows form problem

Joined
Apr 3, 2006
Messages
1
Reaction score
0
I'm trying to drag and drop the urls from IE toolbar to a windows form .I did it with this code in dragdrop
address= (e.Data.GetData(DataFormats.Text) as string);

e=null;


but I need the name of that web page and the Icon ,too.How can I make it?
thank you ,
maryan
 
Last edited:
Back
Top