Possible to enter a expression (formula) in a running app?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to let an user enter a formula/expression in a text box and let the app evaluate it?

/Stefan
 
* =?Utf-8?B?U3RlZmFu?= said:
Is it possible to let an user enter a formula/expression in a text box
and let the app evaluate it?

<http://groups.google.de/[email protected]>

Evaluating mathematical expressions:

<http://www.palmbytes.de/content/dotnet/mathlib.htm>

Using the Script Control (COM):

<http://www.vb2themax.com/Item.asp?PageID=TipBank&ID=535>

C# sample:

<http://www.codeproject.com/useritems/evaluator.asp>
<http://www.codeproject.com/csharp/livecodedotnet.asp>

If you have a DevX account:

<http://www.devx.com/codemag/Article/10352/0/page/1>
 
Back
Top