Hello everyone. I am trying to add help '?' button to the title bar (along with minimize, maximize and close buttons) of my winform application (C#.NET 2.0). I have tried using the Help Button property of Form, but it does not work. Any suggestion.
Regards