Drag and Drop files in win32lib
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Jan 29, 2004
- 554 views
>From: "Greg Haberek" <g.haberek at comcast.net> > >1. I've been updating Popup Gorilla heavily over the past week and I've >moved to using multiple ListViews and DragAndDrop. It works well, however, >I'd also like to be able to drop files on to the ListView. Here's my >problem: it doesn't bloody work! I can drop a file onto a window, but not a >list view. Why not? I looked into the win32lib code for this and found that it takes a rather simplistic approach to dropped files. Basically, win32lib will only check the main window or Screen control for a drag&drop handler. I will fix this so that the control under the mouse at the time the file(s) were dropped, is checked for an active handler. -- Derek