|
-
Nov 30th, 2018, 01:16 AM
#11
Re: [VB6] Register any control as a drop target that shows the Explorer drag image
1) Assuming you mean dropping onto targets registered using this method?
-If you're dragging and dropping files, use the SHDoDragDrop API normally.
-For other formats, see this project.
2) That error is named DRAGDROP_E_ALREADYREGISTERED; you sure it hasn't been made a drop target in any other way? I can't seem to reproduce it; can register forms fine. OS version, and since it's saying already registered, can you drop on it, and if so does it show the cDropTarget image or does the OLEDragDrop/DragDrop method fire when you drop?
Last edited by fafalone; Nov 30th, 2018 at 01:24 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|