Do you find yourself constantly copying files to only a few folders / network directories? Need a tool to help you simply drag and drop files to a place configured to take the file to a predefined "named" location?
A great idea for the Fancy Delphi Application Contest ;-)
DropBox - Quick File Copy
Basically it's a set of "drop boxes" that you can point toward folders (including network folders).The simple application window contains 5 "boxes" - click a box, set the folder and give it a name.
You can then drag and drop files onto these boxes to be sent out to those locations. I created it because I was constantly copying files to a network location for testing.
The code uses Windows API functions DragQueryFile and DragAcceptFiles.
"Drop Box" was submitted by Claude Sutterlin.
Do you have a FDA(C)? Submit your Delphi code to the Fancy Delphi Application Contest.

