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:Please add some! 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). |
|