Results 1 to 40 of 87

Thread: [VB6] Register any control as a drop target that shows the Explorer drag image

Threaded View

  1. #11

    Thread Starter
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,654

    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
  •  



Click Here to Expand Forum to Full Width