View Full Version : Showing Control Tip text


Talismanic
04-27-2001, 12:47 PM
I must be missing something simple here becuase I can not figure out how to show control tips on command buttons without setting focus to them.

I am thinking that I need to use the Mouse Move Event but unless there is a way to set it for the entire form I would need to set it at each command button to show the tip.

What am I missing?

mrabrams
04-27-2001, 03:29 PM
If you are asking what I think you are asking, there is a Control property called ControlTip Text. Enter your text there. When the mouse moves over that particular control, the text will appear.

Eh?

Michael Abrams

[This message has been edited by mrabrams (edited 04-27-2001).]

Rich
04-27-2001, 04:08 PM
On the format property for the controls bring to front or visa versa I can't remember which.
HTH

Susilowati
04-30-2001, 09:15 PM
Most probably that you also have rectangles or lines in your form??
if so, click on the rectangles and lines, and right click on each of them, and select Format, Send to Back.

Good luck

belton
05-31-2001, 07:44 AM
I have successfully implemented control tip text, but it shows as one (1) LONG line accross the screen. Is there anyway to format it better?

Atomic Shrimp
05-31-2001, 07:56 AM
Belton:
Yes, there is a way to get them on multiple lines:
Type the text with the line breaks as you want them into Notepad, then copy and paste the text into the Control Tip Text property.
Just tried it and it works fine.

Mike