What should you do to add a component to the form, without manual coding?

You are working as an application developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. Domain.com uses Visual Studio 2005 as an application platform. Domain.com consists of a Development department and a Marketing department. You as the developer of Domain.com use a client computer named Certkiller -WS034 as developing collateral. A Domain.com user named Mia Hamm is working for the Marketing department.
You need to provide her assistance for an input control by automatically show tooltip when she uses the F1 key.
You want the tooltip to show enough information. This is, so that Mia Hamm not causing errors by entering the wrong or invalid data.
What should you do to add a component to the form, without manual coding?

You are working as an application developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. Domain.com uses Visual Studio 2005 as an application platform. Domain.com consists of a Development department and a Marketing department. You as the developer of Domain.com use a client computer named Certkiller -WS034 as developing collateral. A Domain.com user named Mia Hamm is working for the Marketing department.
You need to provide her assistance for an input control by automatically show tooltip when she uses the F1 key.
You want the tooltip to show enough information. This is, so that Mia Hamm not causing errors by entering the wrong or invalid data.
What should you do to add a component to the form, without manual coding?

A.
You should add a ToolTip component to the form.

B.
You should add a HelpProvider component to the form.

C.
You should add a NotifyIcon component to the form.

D.
You should add an ErrorProvider component to the form.

Explanation:
The HelpProvider component allows you to display a tooltip when ever a user presses the F1 key.

Incorrect Answers:
A: This component will show a tooltip when the mouse pointer hover over a control.
C: The NotifyIcon allows you to show icons in the taskbar.
D: The ErrorProvider displays a blinking icon when you call its SetError method.



Leave a Reply 0

Your email address will not be published. Required fields are marked *