Click here to Skip to main content
15,868,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi....
In my Form,i have a textbox in which formula is entered..the formula is of format x+y% and y%(x)....when i click button i need to verify the formula and return the result in a messagebox...

thnks in advance...
Posted
Comments
[no name] 21-Dec-12 3:41am    
elaborate your question..

If they are entering formulae and you have to process them, then have a look at this: Math Parser TK[^] - it does a lot more than you need it to, but it should save you a lot of work!
 
Share this answer
 
The easy path would be allowing the user to input just the values of x and y (and possibly select the formula) and the compute the result.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900