[Nisarg Kothari] | I need a way to drag and drop file[names] from windows into | some Python based gui. The only thing I found remotely close | to what I'm looking for is Tkdnd.py, but that only works within | the program. I need support for dragging from the windows desktop | or explorer window.
You can certainly do this from wxPython: http://wiki.wxpython.org/index.cgi/DragAndDrop TJG ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
