I am trying to add a help \'?\' button to the title bar (along with minimize, maximize, and close buttons) of my winforms application (C#.NET 2.0). I have tried using the He
In addition to the solution you must change FormBorderStyle to FixedDialog. To benefit help functionality use _HelpButtonClicked event in form.