ToolTipText Font

  • Follow


Is the ToolTipText Font fixed across country version character sets?
What is the ToolTipText Fontname for US?
Can we change the ToolTipText Font?    How?


0
Reply Utf 2/17/2010 1:42:01 AM

The font is a system setting. To change in XP: Control 
Panel>Display>Appearance tab>Advanced button>select Tooltip in the Item 
Combo list.

Regards
FM

> Is the ToolTipText Font fixed across country version character sets?
> What is the ToolTipText Fontname for US?
> Can we change the ToolTipText Font?    How?


0
Reply FM 2/17/2010 1:54:15 AM


Bee wrote:
> Is the ToolTipText Font fixed across country version character sets?

No idea.  Doubtful.

> What is the ToolTipText Fontname for US?

Varies with OS.  Query SPI_GETNONCLIENTMETRICS, specifically the 
StatusFont member of the NONCLIENTMETRICS structure.  (Or see 
http://vb.mvps.org/samples/NCMetrics for a canned solution.)

> Can we change the ToolTipText Font?    How?

Same trick, but with SPI_SETNONCLIENTMETRICS.  That said, *don't*.

-- 
..NET: It's About Trust!
http://vfred.mvps.org


0
Reply Karl 2/17/2010 2:22:55 AM

Oh well.
Just trying to make use of the full character set.
Wanted to use the bullet.
So I guess I will have to make my own tooltip.

"Bee" wrote:

> Is the ToolTipText Font fixed across country version character sets?
> What is the ToolTipText Fontname for US?
> Can we change the ToolTipText Font?    How?
> 
> 
0
Reply Utf 2/17/2010 11:51:02 PM

On Feb 17, 4:51=A0pm, Bee <B...@discussions.microsoft.com> wrote:

> - Wanted to use the bullet.

Hi Bee:

You can use the bullet in the default Tool Tip Text.

To put anywhere in the ToolTipText, insert the bullet char by locating
your cursor at the position you want the bullet to appear and then
press Alt0149 and then release Alt key.

Actually you can insert any printable extended character using the
appropriate ASCII number with the Alt key.

Tom

0
Reply Shotgun 2/18/2010 4:19:12 AM

4 Replies
491 Views

(page loaded in 0.119 seconds)

Similiar Articles:













7/25/2012 1:52:25 PM


Reply: