Where is 'TooltiipText'?

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

in VB6 - if I had a textbox that included text which was longer than the
actual box - I could easily, as the box was populated, add something like:
txtOne.ToolTipText=(same as text)

However, I can't find anything in Intellisense that is or resembles
something that I can use for this - -

What am I missing?
 
Elmo Watson said:
in VB6 - if I had a textbox that included text which was longer than the
actual box - I could easily, as the box was populated, add something like:
txtOne.ToolTipText=(same as text)

However, I can't find anything in Intellisense that is or resembles
something that I can use for this - -

There's a ToolTip component available in the toolbox.
 
Elmo,
Add the tooltip control to the form. When added new Tooltip property shows
up for the controls on the form.
 
Back
Top