Drag & Drop for listbox
I want to drag multiple files from explorer window onto the listbox to add the filenames to the rowsource (tried mscomctl.ocx: huge problem with other programms that register other versions of the ocx-file)

2 comments
-
Raoul Jaocbs commented
It shouldn't perse be build upon the Listbox, just a new control which handles the dropping of files would do. From the control an event would fire with the list (string) of references (full filenames) to the files as you we have with multi-select dialog box.
-
Meanwhile ... you might take a look at Peter's Drag N Drop app ... download the fully function demo. I've used it several times and it's nothing short of astounding, as are all of his tools. Demo has List Box examples :-)