show help pop-up window
Published: 21. January 2009 | Updated: 21. January 2009License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Controls Winforms
Import namespace
using System.Windows.Forms;
Code
Help.ShowPopup(button1, "this is my help", this.PointToScreen(button1.Location));
| Send us feedback about this snippet » |





