How to include help '?' in title bar of winform

前端 未结 2 1927
独厮守ぢ
独厮守ぢ 2020-12-10 10:12

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

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 10:55

    In addition to the solution you must change FormBorderStyle to FixedDialog. To benefit help functionality use _HelpButtonClicked event in form.

提交回复
热议问题