It would seem according to research at MSDN that if I want to remove the source image I have to do it within the DragDrop subroutine. However I can't find anything that gives me a clear idea of how to do that when there are multiple sources. I need to be able to tell the program, in some manner, to find the source (PictureBox) and remove the image at that point (PictureBox.Image = Nothing).
I hate to be lost like this

. The bulk of the program is finished, but without this function, the rest is useless. Any directions, links, et al will be appreciated.