Scripting

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

Is CodeDom the recomended way to make scripting available in a windows
application or using MSscript activex/com control ok?
Right now we want to offer basic functions or simple if then else logic, in
future we plan to make a full scripting language available like with MS
Excel or MS Word. Would going CodeDom way be better now?..

VJ
 
Ok.. The below link gives some idea.. but that was in 2004, something should
have changed by now or be better in 2.0 and above of the framework version

http://groups.google.com/group/micr...net+++scripting&rnum=2&hl=en#a38b5c4a0d062dbe

Also I am curious to know that do you need the full blown framework or just
the runtime to work with CodeDom?. We can't expect all our users to carry to
the full blow version, also what is the support for CodeDom in compact
devices or the compact Framework..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top