Download Code: CsJScriptDemo.zip 46KB I didn't find much on the 'net when I was looking for ways to do this so here is my solution for adding basic scripting functionality to a C# application with an object model. This method uses CodeDOM to generate and compile a JScript.net class on the fly, using the classes and interfaces from the C# application. It uses .Net 2.0, and a Visual Studio 2005 solution is provided. For the purposes of this exercise, I have a windows forms application as shown...