|
-
March 31st, 1999, 05:44 AM
#1
ShellExecute
i want to start winword with a doc-file based on a dot-file
the following line works :
HINSTANCE hinst = ShellExecute (NULL,"open","C:\\xxx.dot",NULL,NULL,SW_SHOW);
but not the next two lines :
HINSTANCE hinst = ShellExecute (NULL,"open","C:\\xxx.dot","/t",NULL,SW_SHOW);
HINSTANCE hinst = ShellExecute (NULL,"open","C:\\xxx.dot /t",NULL,NULL,SW_SHOW);
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
|