How to add the help button?

I was wondering if it's possible to add the help button where the minimize, maximize and close button are.

I've check in the property of the form and it doesn't seem to be there ....

Thanks,


Answer this question

How to add the help button?

  • oldguy1166

    The .NET CF does not support the HelpButton property.

    However, you can try adding Help manually using context menus / help menu button etc. This blog Help in .NET CF Applications discusses some mechanisms of providing help in device applications.



  • How to add the help button?