|
-
February 5th, 2000, 12:50 PM
#1
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
-
February 6th, 2000, 12:41 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|