Home All Groups Group Topic Archive Search About

Symbols in Label Text Property

Author
27 Feb 2006 5:24 PM
fripper
I want to add a symbol (in this case the symbol for Pi) in the middle of the
text property of a label control.  I cannot figure out how to do this ...
can someone point me in the right direction?


Thanks

Author
27 Feb 2006 6:21 PM
Mike
Why don't you use an image with a PI symbol
Author
27 Feb 2006 6:21 PM
Mike
Why don't you use an image with a PI symbol?
Author
27 Feb 2006 6:32 PM
Herfried K. Wagner [MVP]
"fripper" <yo***@indiana.edu> schrieb:
>I want to add a symbol (in this case the symbol for Pi) in the middle of
>the text property of a label control.  I cannot figure out how to do this
>... can someone point me in the right direction?

Start "charmap", enter "pi" into the "Search for" box and search for the
character.  Then simply copy the character and paste it into the label's
'Text' property.  Note that you'll have to use a font which contains a glyph
for the pi character.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
28 Feb 2006 8:00 PM
fripper
Of COURSE!  Why didn't I think of that?!?  Thanks Herfried.




Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:eQO$Ww8OGHA.3888@TK2MSFTNGP10.phx.gbl...
> "fripper" <yo***@indiana.edu> schrieb:
>>I want to add a symbol (in this case the symbol for Pi) in the middle of
>>the text property of a label control.  I cannot figure out how to do this
>>... can someone point me in the right direction?
>
> Start "charmap", enter "pi" into the "Search for" box and search for the
> character.  Then simply copy the character and paste it into the label's
> 'Text' property.  Note that you'll have to use a font which contains a
> glyph for the pi character.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>
Author
28 Feb 2006 10:13 PM
Herfried K. Wagner [MVP]
"fripper" <yo***@indiana.edu> schrieb:
> Of COURSE!  Why didn't I think of that?!?  Thanks Herfried.

I am glad it worked for you.  However, be sure you are using a font which
you have the rights for distribution for when using it in an application
which gets distributed to clients.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>