I can be contacted via goolemail.com, username: toolbokz
I am afraid of being drowned in spam, so this is not my normal email account and I may not look at it very often. Please put toolbox as the first word of the subject line, otherwise your email may be discarded.
Drag and drop behaves differently compared with Wordpad and Word for Windows. Dragging and dropping a file from Windows Explorer produces the full path of the file, not some peculiar icon. Sometimes I use Toolbox just for this facility.
I have left some debugging code in Toolbox. Access it by including a -d option with the toolb.exe command. It must be -d, not - d. This will give you a Debug command button on the dialog box which can be used to turn debugging on and off.
It shows a rich text box in its own window which displays keyboard and mouse activity. These are difficult to handle in Visual Basic's debugging facilities. Mouse moves are likely to be overwhelming, so only four consecutive movements are displayed until some other mouse or keyboard activity has occurred. Mouse moves are indicated by a '.' and drag overs by a '!'.
The code is in module Mouse.vb.