vote up 1 vote down star
1

Some Windows native applications have a question mark icon on the title bar. It's usually at the right edge, just near the close button. How can I do this in a C# WinForms application? I'd like a solution that works in Windows XP onward.

flag

63% accept rate

1 Answer

vote up 3 vote down check

Set the form's HelpButton property to True. You also need to have the MaximizeButton and MinimizeButton properties set to False.

link|flag
Thanks, @crb. Perfect. – Andrew Jul 11 at 0:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.