GUI Session15
GUI Session15
Objectives
Knowledge Byte
Best Practices
FAQs
FAQs (Contd.)
Challenge
Answer:
c. toolTip1.SetToolTip(button1, “Save a Record”);
Challenge (Contd.)
Answer:
b. AutoPopDelay
Challenge (Contd.)
Answer:
d. internal
Challenge (Contd.)
Answer:
a. HelpNamespace
Challenge (Contd.)
Challenge (Contd.)
Challenge (Contd.)
Answer:
a. 1. Set the MinimizeBox and MaximizeBox properties of the form to
False.
2. Set the HelpButton property of the form to true.
3. Add a HelpProvider control named helpProvider1 to the form.
4. Set the HelpString on helpProvider1 property of the button1
control to specify the help text for the control.