Alex Denham wrote:
Hi,
I'm trying to implement a drag and drop feature in my Tkinter based gui.
I want to be able to drag a file from windows (explorer/desktop etc)
into my program. Then i need my program to get the filepath for the
file that was dropped.
I've tried to search all over the in
Hi,
I'm trying to implement a drag and drop feature in my Tkinter based gui.
I want to be able to drag a file from windows (explorer/desktop etc) into my
program. Then i need my program to get the filepath for the file that was
dropped.
I've tried to search all over the internet, in books and i