I need help prototyping how to use this function.
ShellExecute(0,"open","C:\StrengthCoach\training_output\test.html","","",SW_SHOWNORMAL);
Printable View
I need help prototyping how to use this function.
ShellExecute(0,"open","C:\StrengthCoach\training_output\test.html","","",SW_SHOWNORMAL);
Take a look at this FAQ ;)
You have to use double backslashes (\\) instead of single ones on file paths. i.e.
C:\\StrengthCoach\\training ...