Tooltips on a textbox

  • Thread starter Thread starter robin9876
  • Start date Start date
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).
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top