Okay. This looks impossible, but since lot of programs have this kind of functionality, I want to know how. So, here's the deal. I have a program that loads files that exist on the computer into a ListView control. I can insert files into ListView by dragging them from Windows Explorer. Problem is, how do I export files from my ListView to Windows Explorer. I went through a lot Stackoverflow questions, lot of forum threads and still didn't find solution. I only need to know how to get the path of the object where I dropped the item. For example, I dragged my item from ListView and dropped it onto Windows Explorer window. How do I get the path of the folder that's opened by that window?
I am sorry if I didn't describe my question well.