please correct my program and post it again here in my treads ....
Printable View
please correct my program and post it again here in my treads ....
If you state what is the problem, then someone might try to help...
What did you try until now ?
Is this for homework ?
Yup this is my homework ... just upload the zip files thats it my incomplete code because of the error ....
You should also describe what it is that you want to do.
VB Code:
scObject.Eval(strEquation)
is not a proper expression.
Now if you could provide more detail, it might prove helpful.
You don't need to have a function called "Make_Equations". The script control will do it all for you...just use..
You're splitting the equation up, then re-making it. Its pointless..VB Code:
scObject.Eval(strEquation)
Better yet, if memory serves something like this should work..
..if not, something similar.VB Code:
scObject.AddCode "MsgBox " & txtEquation.Text scObject.Execute
chem
Hmmmm.... Just post your homework and let someone else do it.... And it seems they try...