ShowHtmlHelp Method (Utility Control)
Windows - Visual C++
Description
The ShowHtmlHelp method displays an
HTML help file.
Syntax
long result = ShowHtmlHelp(Cstring file);
The ShowHtmlHelp syntax has these parts:
Part |
Description |
file |
A String containing the full path to a .chm file to be invoked. |
result |
Return value. A long integer containing 0 if successful or an error code otherwise. |
Back to: Utility Methods