|
-
October 31st, 2011, 09:56 AM
#1
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
-
October 31st, 2011, 11:55 AM
#2
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.
Code:
if (Issue.Resolved)
{
ThreadTools.Click();
MarkThreadResolved();
}
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|