Title: Dimke Drag And Drop
Picture: Dimke Drag And Drop Screenshot
Explanation: Unlike most "Drag and drop" compatible editors, which load the file referenced by file name that has been dropped on them from explorer / filemanager, this editor creates a file list, containing all the files you "drag and drop" to it.
So this is the most convenient solution for creating mp3, mod, midi or other playlists.
How it works:

This program consists of two main parts:
- An edit control / editor class, and
- The drag and drop routines.
Any file dropped over "Dimke Drag And Drop" is received by the drag functions and sent to an edit control as pure text information. So, this is similar to typing the drive:\path\filename into the editor manually.
Any new information is inserted where the cursor was before dragging the file/s.

How to use: All you have to do is copy and extract the zip file into an empty directory of your choice and create a shortcut / "link" to it.
Also you can pass the file you wish to be opened on program start by passing it on the command line like, e.g.: "dragdrop playlist.m3u".
Read the FAQ for more details.
Download Exe: exe_w16.zip
Download Src: src.zip
[Developer Root] [Main Page]