What is a Tooltip control and how should I use it?
A Tooltip is a tag that displays some text when an ojects Mouse Over event is triggered. This is usually a decription of the object or the action that will follow if the object is say for example clicked. Assume that there is a TextBox on a Form and we want to display a description when the mouse is over the TextBox.