Accept link(URL)-drop(by drag) from IE? 
Author Message
 Accept link(URL)-drop(by drag) from IE?

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.



Tue, 21 Dec 2004 02:05:37 GMT  
 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.
|
|
|
|
|



Sat, 25 Dec 2004 11:01:26 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ole drag and drop (IE url)

2. IE shortcut drag and drop...

3. Drag-and-drop is OK, but IE wants to launch my app anew each time

4. Hot link menu item to start IE at URL

5. Internet Explorer Link Drag&Drop

6. DRAG DROP A LINK FROM IE4.0

7. Link drag and drop

8. DRAG DROP A LINK FROM IE4.0

9. Who knows ,,, Redirect IE URL as IE

10. Drag-Drop is a real drag!

11. Drop notify for Drag and Drop

12. How to implement Drag&Drop with a Dialogbox after the drop

 

 
Powered by phpBB® Forum Software