CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 17

Threaded View

  1. #12
    Join Date
    Feb 2009
    Location
    Portland, OR
    Posts
    1,488

    Re: ShellExecute returns error on a link with parameters

    Quote Originally Posted by Arjay View Post
    Ahmd, post a valid link of something like Word and I'll try it using the Process class in C#. If that works, we can drill down and see how it's implemented under the covers.
    Arjay, I'm attaching a link to MS Word 2007 that exhibits this behavior.

    Hello, can you tell me how you detect if something is a link ?
    Please start a new thread for a new topic. To answer your question, I believe that all you need to do is to check the file extension and see that it's .lnk for the file system link.
    Attached Files Attached Files

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