How do you get the little '?' button in the title bar?
And how do you make it so when you click on somthing with it, it will show the help for it?
Printable View
How do you get the little '?' button in the title bar?
And how do you make it so when you click on somthing with it, it will show the help for it?
To get the ? button, you have to set the forms WhatsThisButton to True, and the MinButton and MaxButtons to False.
To make the program show you help, you have to assign WhatsThisHelpID properties for each object in your application, then use those IDs when you write the help file.