OLEDragDrop w/ Directory and File List Boxes?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Burger

    OLEDragDrop w/ Directory and File List Boxes?

    I'm trying to drag and drop files from a file list box to a directory list
    box (the two controls are not related). Does anyone have an examples of
    this? I've got the properties setup correctly on the two controls and I'm
    starting the OLEDrag method of the file list box using the mouse down event.
    This calls the OLEStartDrag where I am attempting to get the Data control
    object setup. I think this is where my problem may be. The OLEDragDrop of
    the directory list box doesn't recognize a drag from the file list box (no
    visual cues even though the OLEDragOver of the directory list box is setup).
    I guess I don't understand how to add files to the Data object from the file
    list box. Any help would be GREATLY appreciated! Thanks


Working...