views:

18

answers:

1

hey everyone. i am trying to create a program that runs ti-84 programs. i just need to know how to get the results from a vbscript. if there is anny possible way, please tell me.

A: 

If you are asking how you can execute VBScript from within a C# / .Net application then ActiveScript.Net might be what you are after.

You might also want to take a peek at the following article (written in VB.Net):

Finally, in C++ land the ActiveScript interfaces were used to execute VBScripts. If you get really stuck you could resort to using those via interop.

Kragen