문제

I have been Googling out for many days on how to solve a linear equation programatically. I have in my calculator app, a form frmLEquation and a textbox txtEquation where the user enters the equations like 2x^2 = 32. I searched many webpages but I could not find the exact answer. Here, how do I add an exponent, which is of smaller font size than the others to a variable for example 2x? I found this webpage here, but I don't know how to interpret the code.

Please help me with the above situation. In case you have doubts/clarifications etc, please respond back.

Thanks.

도움이 되었습니까?

해결책

You will need to use a Rich Textbox instead of a regular textbox control.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top