PDA

Click to See Complete Forum and Search --> : Displaying Maths Sign In Vb


gagstuffs
Jan 31st, 2003, 02:42 AM
I'M FACING PROBLEMS WITH DISPLAYING MATHEMATICAL SIGNS IN VISUAL BASIC.

WHICH CONTROL WILL SUPPORT DISPLAY OF ALL THE MATHEMATICAL SIGNS LIKE SIN,DEGREE,COS,THITHA, ALPHA, ROOT,SQUARE ROOT.

ALL I WANT TO DO IS I WANT TO DISPLAY THESE SIGNS. I DONT NEED TO CALCULATE ANYTHING. MY ONLY CONCERN IS WITH DISPLAYING THESE SIGNS

CAN ANYONE HELP ME IN LETTING ME KNOW HOW CAN I DO THIS IN VB6.

I'M SAYING THX TO ALL THOSE WHO ATLEAST TRIED TO SOLVE MY PROBLEM. THX PAL

alkatran
Jan 31st, 2003, 06:22 PM
Please don't use so many capitals, you'll just lower the responses to your post. You don't really get people yelling at you much in math.

There are no "symbols" for square root, sin, etc. There are functions.

X = Sin(Angle) 'sin
X = Sqr(y) 'square root

kedaman
Jan 31st, 2003, 07:08 PM
the richtextbox, supports richtext formatted text, you can use the symbol font to display moth math symbols

Osiris
Feb 1st, 2003, 06:25 PM
Look in the Character Map to see which Font displays
the characters that you need and copy them so you can paste
them later on in your VB project. After you have done that, go to
any part of your VB project that holds the Font property. You can
then change the FontName so you can type the font in the
Captions proterty. The Degree° sign can be typed
in most of the Fonts.
ex.
the Sylfaen font holds the Square root sign which is ?

I dont know if this is what you want, because you wanted to
display the sin symbol, but I don't think there is one.

NoteMe
Feb 2nd, 2003, 10:21 AM
I'm not sure but maybe you could use an reference to "MathCad" or something.....

NoteMe
Feb 2nd, 2003, 10:22 AM
Or "MatLab"...