System.Windows.Forms.Help.ShowHelp Method

Displays the contents of the Help file at the specified URL.

Syntax

public static void ShowHelp (Control parent, string url)

Parameters

parent
A System.Windows.Forms.Control that identifies the parent of the Help dialog box.
url
The path and name of the Help file.

Remarks

The url parameter can be of the form C:\path\sample.chm or /folder/file.htm.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0