In general to enable tooltips for any control you need to drop on your form
ToolTip component. This component adds Tooltip property to all controls on
the form (or at least to once that tooltip make sense for such as textbox).

Signature
HTH
Stoitcho Goutsev (100)
> What is required to enable a tooltip on a textbox?
robin9876@hotmail.com - 19 Jan 2007 12:37 GMT
Thanks for the information. I had tried to do it using code but this
was working but now I can add the tooltip from the property's window.
> In general to enable tooltips for any control you need to drop on your form
> ToolTip component. This component adds Tooltip property to all controls on
[quoted text clipped - 5 lines]
>
> > What is required to enable a tooltip on a textbox?