Does anyone know how to drag and drop like Windows explorer does? I can do drag and dropping of filenames using:

Data.Files.Add (location of file)
Data.SetData , vbCFFILes

But I want to get more in depth and do it like Windows Explorer. The source I am dropping too acts differently if the file is dragged and dropped like a windows explorer file. Thank you for your time.