in reply to Win32-GUI-TreeView drag-and-drop matter

perl-win32-gui drag drop
http://perl-win32-gui.sourceforge.net/cgi-bin/index.cgi
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=dropfiles
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=treeview
http://search.cpan.org/src/ROBERTMAY/Win32-GUI-1.05/Win32-GUI-DropFiles/demos/
http://search.cpan.org/src/ROBERTMAY/Win32-GUI-1.05/samples/
http://search.cpan.org/src/ROBERTMAY/Win32-GUI-1.05/scripts/win32-gui-demos.pl
http://search.cpan.org/src/ROBERTMAY/Win32-GUI-1.05/samples/listview_drag_drop.pl
  • Comment on Re: Win32-GUI-TreeView drag-and-drop matter

Replies are listed 'Best First'.
Re^2: Win32-GUI-TreeView drag-and-drop matter
by Apache (Initiate) on Jul 25, 2007 at 11:43 UTC
    Many thanks for resources.

    However, it does not really help my problem - all drag and drop functionality described there is for the list view or file drag and drop onto the window. But none describes drag and drop within the tree view. Although obviously there was an attempt to have it there.