Desktop Functions: Smart Device Functions:
|
HtmlHelp (hhctrl)
C# Signature:
[DllImport("hhctrl.ocx", SetLastError=true)] VB Signature:
<DllImport("hhctrl.ocx", EntryPoint:="HtmlHelp", CharSet:=CharSet.Auto)> _ User-Defined Types:
Public Enum HTMLHelpCommand Notes:None. Tips & Tricks:Article "How to use the unmanaged HTML Help API from a managed Visual C# application" on support.microsoft.com Sample Code:
HTMLHelp(Nothing, filePath, HTMLHelpCommand.HH_HELP_CONTEXT, contextID) or
HTMLHelp(Nothing, filePath, HTMLHelpCommand.HH_DISPLAY_TOC, 0) Alternative Managed API:System.Windows.Forms.Help.ShowHelp() Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|