index > Windows Forms General > How to make an mathematical look expression in textbox or lable of Win Form
How to make an mathematical look expression in textbox or lable of Win Form
Hello,
I wish to put an mathematical looking expression in Win Form for Lable or other textbox, such as Greek letter, superscript, subscript etc. Could someone please help how to compose that looking. Thank you,
James
ZJames Sunday, May 14, 2006 1:54 PM
Hi,
Have you tried setting the Font property of the Label to "Symbol"? That might work for the Greek characters but I am not sure what you canuse for superscript and subscript expressions.
-Mamta M
Mamta M Monday, May 15, 2006 10:08 AM
Hello, Mamta:
Thank you for your suggestion. I would like to try. Hopefully someone knows how to do the superscript and subscript.