I have created a class derived from System.Windows.Forms.TextBox. The
derived TextBox also has a ToolTip component and an ErrorProvider component.

When the form loads, the tool tips for all the derived text boxes work.
However, as soon as I set focus in any of the derived text boxes, the tool
tip for that control stops working.

The error provider has no problems.

Steve Binney