geonaf Posted March 4, 2003 Posted March 4, 2003 Hello guys, How can a use a script file for an application, what does it do and which language do I have to use in order to write it? Quote
bpayne111 Posted March 5, 2003 Posted March 5, 2003 do you mean Java script? just a thought Quote i'm not lazy i'm just resting before i get tired.
AndreRyan Posted March 5, 2003 Posted March 5, 2003 Do you want a program to be automated using a custom script(MyFile.vbs/MyFile.js)? Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
geonaf Posted March 5, 2003 Author Posted March 5, 2003 No, imean the element Microsoft Script Control, found on the menu project->add reference->COM Quote
*Gurus* Derek Stone Posted March 5, 2003 *Gurus* Posted March 5, 2003 Look into the [mshelp=ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemCodeDomCompiler.htm]System.CodeDom.Compiler[/mshelp] namespace. It provides runtime compilation services, eliminating the need for other scripting languages. With it, you can compile any .NET program into an executable or a library. Also, look for a CodeDom example by divil in the Code Library. Quote Posting Guidelines
Drstein99 Posted September 30, 2003 Posted September 30, 2003 Is the codedom namespace the .net replacement for microsoft script control? Because I'm not looking to build and compile .exe's and .dll's really, just want to create small scripts and integrate some objects at runtime. Quote www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!
*Gurus* divil Posted October 1, 2003 *Gurus* Posted October 1, 2003 If you use .net languages to add scripting support to your application, you have to compile them. This doesn't necessarily mean writing exe files to the hard drive, assemblies can exist in memory. I wrote an article on doing it, follow the link in my signature or look in the Tutor's Corner here on the forum if you want to read it. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Drstein99 Posted October 1, 2003 Posted October 1, 2003 I've been looking over the article, and peeked into the program. It seems like a lot of information for me to handle. I may need to pickup a book, or do some more research for a beginner program from start to finish. I'm not a beginner programmer, but I am new to .net - and finding the generic microsoft help a little non-descript and vauge. But your article is a good start thanks for the information. If you have any ideas for books or online resources on this subject it would be appreciated thanks. Quote www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.