> The following is a Perl/Tk script that accepts drag and drop from an > external program. In this case it will simply change the > entry widget's > text to be the filename: > > <code> ....
well, thank you for this code snippet, it is very useful. What can I say. Perl/Tk has number of features borrowed from miscellaneous Tcl/Tk packages (e.g. it has "form" geometry from Tix and also object system borrowed from there) But it also has some features implemented by itself, fresh implementations. Indeed, its Win32 DND uses Win32 API. Best regards, Vadim.