
Accept link(URL)-drop(by drag) from IE?
Hi,
You may want to implement the IDropTarget interface and OnDrop method.
Check for the CF_TEXT data format and get it. Please check the article
below for detailed information:
http://www.codeguru.com/internet/GetLink.shtml
I hope this helps.
Best Regards,
Leo Chen
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Subject: Accept link(URL)-drop(by drag) from IE?
| Date: Fri, 5 Jul 2002 03:05:37 +0900
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
| Newsgroups: microsoft.public.vc.language
| NNTP-Posting-Host: 211.186.111.70
| Path: cpmsftngxa08!cpmsftngxa10!tkmsftngp01!tkmsftngp09
| Xref: cpmsftngxa08 microsoft.public.vc.language:165447
| X-Tomcat-NG: microsoft.public.vc.language
|
| Hello,
|
| Windows Explorer can accept Internet Explorer's link drag & drop.
| In my application, I can accept from Windows Explorer, but not from
Internet
| Explorer.
| How can I accept the type?
|
| Many thanks in advance.
|
|
|
|
|