Groups | Blog | Home
all groups > c# > july 2004 >

c# : special character



cody
7/25/2004 8:43:06 PM
You have to look up the characrer code somewhere and then insert it in your
textbox like the following:

textbox.Text = "\uA23F";

where A23F is a placeholder for the hexadecimal charcode of your character.
Make sure the font you are using supports the characters you want to
display.

--
cody

[Freeware, Games and Humor]
www.deutronium.de.vu || www.deutronium.tk
"Dean L. Howen" <jmd@hotpop.com> schrieb im Newsbeitrag
news:OqKO$OmcEHA.2908@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

Dean L. Howen
7/25/2004 11:01:25 PM
How to show special character (example anpha, beta, gama...) in
TextBox/RichEditTextBox?
Thanks

mattgcon
10/22/2004 8:31:02 PM
nevermind he already answerd this

[quoted text, click to view]
AddThis Social Bookmark Button