Displays the contents of a Help file.
Displays the contents of the Help file for a specific topic found at the specified URL.
[Visual Basic] Overloads Public Shared Sub ShowHelp(Control, String, String)
[C#] public static void ShowHelp(Control, String, String);
[C++] public: static void ShowHelp(Control*, String, String);
[JScript] public static function ShowHelp(Control, String, String);
Displays the contents of the Help file at located at a specified URL.
[Visual Basic] Overloads Public Shared Sub ShowHelp(Control, String)
[C#] public static void ShowHelp(Control, String);
[C++] public: static void ShowHelp(Control*, String);
[JScript] public static function ShowHelp(Control, String);
Displays the contents of the Help file located at the URL supplied by the user.
[Visual Basic] Overloads Public Shared Sub ShowHelp(Control, String, Integer, Object)
[C#] public static void ShowHelp(Control, String, int, Object);
[C++] public: static void ShowHelp(Control*, String, int, Object);
[JScript] public static function ShowHelp(Control, String, int, Object);