I have a list box which contains several files and a picture of a Trash bin underneath.

I have written some code to Drag and Drop the files into a second list box. However, I also want to be able to drag the file below so that when it touches the Trash Bin Picture, the file is deleted.

How do I kill the file when it reaches the picture ?