CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    3

    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

  2. #2
    Join Date
    Dec 2008
    Posts
    144

    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
  •  





Click Here to Expand Forum to Full Width

Featured