|
-
Jan 31st, 2003, 03:42 AM
#1
Thread Starter
New Member
Displaying Maths Sign In Vb
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
-
Jan 31st, 2003, 07:22 PM
#2
Fanatic Member
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
Don't pay attention to this signature, it's contradictory.
-
Jan 31st, 2003, 08:08 PM
#3
transcendental analytic
the richtextbox, supports richtext formatted text, you can use the symbol font to display moth math symbols
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Feb 1st, 2003, 07:25 PM
#4
Addicted Member
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.
-
Feb 2nd, 2003, 11:21 AM
#5
I'm not sure but maybe you could use an reference to "MathCad" or something.....
-
Feb 2nd, 2003, 11:22 AM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|