How do I dragdrop something to explorer.
For example:
I have a listbox on a form.. In this list box are filenames.
(Hello.txt).
When I click this item in the listbox and drop it to the desktop I want the program to make a file named 'Hello.txt'.

How do I do this??