Displays the contents of the Help file at located at a specified URL.
[Visual Basic] Overloads Public Shared Sub ShowHelp( _ ByVal parent As Control, _ ByVal url As String _ ) [C#] public static void ShowHelp( Control parent, string url ); [C++] public: static void ShowHelp( Control* parent, String* url ); [JScript] public static function ShowHelp( parent : Control, url : String );
Based on the value of the url parameter, this static (in Visual Basic Shared) method automatically determines whether an HTMLHelp or Win32 Help file is displayed.You can also specify a Win32 Help or HTMLHelp command directly by using the constants defined in the Win32 Software Development Kit (SDK).
Help Class | Help Members | System.WinForms Namespace | Help.ShowHelp Overload List | ShowHelpIndex | ShowPopup