Hi, in order to use the HelpButton on a form you need to set MinimizeBox and MaximizeBox to False and ControlBox to True.
This displays on the right of the forms titlebar a question mark button and the forms close button.
However you rightly do not see the minimize and maximize butons. The options do appear in the controlbox but are disabled.
Question is if you supply a help button on your form is it the case you lose the ability to minimize your form?
I have coded a button to do the job, but I think it looks messy
Any ideas?
Thanks
This displays on the right of the forms titlebar a question mark button and the forms close button.
However you rightly do not see the minimize and maximize butons. The options do appear in the controlbox but are disabled.
Question is if you supply a help button on your form is it the case you lose the ability to minimize your form?
I have coded a button to do the job, but I think it looks messy
Any ideas?
Thanks