Hey everyone.
Alright i'm righting a program in C# and I need to access the right click menu in the explorer shell. Specifically the menu that appears when a file is right-clicked and dragged. I need to know the file being dragged, and the location that it was dragged to when the right mouse button was released and the menu popped up. These two file locations need to be passed as strings on the cmd line to my app, which also needs to be on the right click menu.
To summarise.
1. User right-clicks a file and drags to a new location.
2. A menu pops up listing the Windows Copy Here and Create Shortcut options.
3. My Program needs to be listed
4. When the user selects my program, the original location of the file, and the directory in which the right click was let go need to be passed as cmd line paramaters to my app.
I've had a bit of a google search, but come up a little empty handed. Can anyone on here point me in the right direction.
If anything needs clarifying, just ask.