Calls and opens a help file and topic.
Visual Basic |
---|
Public Sub Help( _ ByVal HelpFile As String, _ ByVal HelpContext As Long, _ ByVal HelpString As String _ ) |
- HelpFile
- Required String parameter that indicates what help file to open.
- HelpContext
- Optional Long parameter that indicates which Context ID number in HelpFile to open.
- HelpString
- Optional String parameter that indicates a string to match among HelpFile’s topics.
If both the HelpContext and HelpString are provided, the HelpString will be ignored. If neither is provided, the first help page is shown.