Without using openfiledialog
Hi,
I want to send files to my application without using openfiledialog....lost??
OK.
You select a file in my documents, in the SendTo menu, I want my application to be an option,
when you select my application, the file that was selected should be add to the list box in my application, the same way it would do if I was using openfiledialog. But I want my application to run in the background, which means I don't want to use openfiledialog.
Please help??
Using .NET 3.5
Re: Without using openfiledialog
To add a Shortcut to the SendTo folder: http://social.msdn.microsoft.com/For...2-4268f9c38e19
As for making your application send the filepath from the "sendTo" action, you'll need to Google that.