|
-
July 12th, 2007, 12:03 AM
#1
how to use shellExecute to open an html file
I need help prototyping how to use this function.
ShellExecute(0,"open","C:\StrengthCoach\training_output\test.html","","",SW_SHOWNORMAL);
-
July 12th, 2007, 01:02 AM
#2
Re: how to use shellExecute to open an html file
Take a look at this FAQ
-
July 12th, 2007, 04:00 AM
#3
Re: how to use shellExecute to open an html file
You have to use double backslashes (\\) instead of single ones on file paths. i.e.
C:\\StrengthCoach\\training ...
'You help me, and I, in turn, am helped by you!'
-H.S.
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
|