I have a window form application and on that form there is a textBox and a button.The user will be able to write their vbscript in the textbox and when the button is click the code will execute the script. How do I execute a piece of vb script within vb.net windows application.
executing a script file
Collapse
X
-
In .net it is possible to compile at runtime.
Maybe this example will help: http://www.codeproject.com/KB/dotnet/DotNetScript.aspxComment
Comment