简体   繁体   中英

get result from a vbscript in c#

I am trying to create a program that runs TI-84 programs. To do so, I need to get the results of a VBScript in my C# program. How can I retrieve the results from the VBScript?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM