Captions for controls at runtime

  • Thread starter Thread starter Steven Smith
  • Start date Start date
S

Steven Smith

Just a quick question

How do I create the standard windows pop-up captions
which appear when the mouse hovers over a control at
runtime ?

Thanks in advance

Regards Steve
 
* "Steven Smith said:
How do I create the standard windows pop-up captions
which appear when the mouse hovers over a control at
runtime ?

Place a ToolTip control from the toolbox onto the form. The controls of
the form will be extended by a property where you can set the tooptip
text.
 
Hi Steve

Have a look for "tooltip",

If you do it with the designer, it is in your toolbox, when you drag that to
your form than becomes in the property box of every control that can use it,
an extra property available where you can type the text for that popup.

I hope this was the question?

Cor
 
Ok guy's thanks to the pair of you, thats what I was
looking for...
 

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