Re: AxShDocVw and DragOver



Hi Roy,

Thanks for your feedback.

I think you need some information of how to implement IDropTarget interface
in C#.

In the link below, the community member provided a sample implement in C#
with COM interop, for your information:
http://itwriting.co.uk/phorum/read.php?f=3&i=265&t=265

Also, the below article implemented IDropTarget interface in C++, however,
the concept should be similiar in COM interop(note: the details
implementation code can be found in the source code)
"Drag And Drop between Window Controls"
http://www.codeguru.com/Cpp/misc/misc/draganddrop/article.php/c349/

Hope this helps

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

.