How could I execute VBScript\'s code from TextBox control placed in C# application?
like , let\'s assume that I have a C# Windows Application(form) and has two contr
Couldn't you simply write it to a file and execute it using the default Windows behavior or something like that? It's the only way I can think of.