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:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top