October 2003
Intermediate to advanced
736 pages
15h 25m
English
As useful as the ErrorProvider user interface is (at least compared with the status bar), it would be nice to provide help to our users that didn't take the form of a reprimand. It would also be useful to give them help without making them try something that fails. WinForms supports these goals in several ways.
One simple way is to provide each control with a tooltip so that when the user hovers the mouse pointer over the control, relevant instructions appear, as shown in Figure 3.6.

You can use the ToolTip component to add tooltips to any control in a form. After there is a ToolTip component on the form, ...
Read now
Unlock full access