There are only 4 functions in this DLL.
FDrag_Init(); Initializes the DLL.
FDrag_AcceptFiles(accept); True to allow the window to accept files, false to disable.
FDrag_CheckDragNum(); Checks how many files were dropped. Returns -1 if no files have been dropped.
FDrag_CheckDragName(ind); Returns the filename of an index. Eg. 0 returns the filename of the first file dropped. (this is usually 0 unless multiple files were dropped)
FDrag_ResetDrops(); Resets the Drops. Call after processing any drops so you don't process them multiple times.
Download:
Here @ Mediafire
No credit required, But please post here telling me if you have used it in your project(s).
Edited by Revel, 11 May 2010 - 03:08 AM.