How to

show online help

Published: 21. January 2009 | Updated: 21. January 2009
License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Controls Winforms
Was this snippet helpful for you? YESYES / NONO

Import namespace

using System.Windows.Forms;

Code

Help.ShowHelpIndex(button1, "http://www.csharpdeveloping.net");
Send us feedback about this snippet »



Related Snippets: