CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    US NJ
    Posts
    113

    Starting an Application

    I have a file list on my program. I want to open any file from that list by just double clicking on the file. If it's text file notepad should open with that text file already in it.
    How can I call apps related to files I selected and open them?

    Thanks


  2. #2
    Join Date
    Feb 2000
    Posts
    137

    Re: Starting an Application

    By using the ShellExecute or ShellExecuteEx API calls. Look in the Platform SDK for further information on how to implement these calls.


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