Here's my issue:Given a filename and a GUI, I need some Python code (on Windows) to drop the file onto the GUI.
The GUI (third-party) already accepts files via drag and drop (using OLE, but not WM_DROPFILE).
I was thinking pywin32 might be the right tool to use, but I don't know where to get started.
Thanks for any pointers you can provide. - Tom
_______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
