|
-
Oct 19th, 2001, 07:34 AM
#1
for API, use either CreateProcess or ShellExecute
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 19th, 2001, 02:39 PM
#2
ShellExecute is easier
Code:
ShellExecute(ghWnd,"OPEM","C:\MyFile.exe",NULL,NULL,TRUE);
-
Oct 20th, 2001, 04:13 AM
#3
Monday Morning Lunatic
Especially if you use OPEN rather than OPEM 
You can pass NULL for that parameter and the default action will be used (which may NOT be open )
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|