C# CodeDom - making project's forms accessible for scripts.
Posted
by michal
on Stack Overflow
See other posts from Stack Overflow
or by michal
Published on 2010-05-16T12:04:19Z
Indexed on
2010/05/16
12:10 UTC
Read the original article
Hit count: 226
Hi, I'm learning CodeDom scripting, I started with http://www.c-sharpcorner.com/uploadfile/mgold/codedomcalculator08082005003253am/codedomcalculator.aspx
Now I'd like to allow script modify the project's form (for learning purposes only). I suppose I need to create new field for a class I'm generating which refers "this". However I have no idea how can I set a reference for script-accessible object ... ?
Or can I directly publish some class member (like "this" or "button1") to a CodeDom script structure?
© Stack Overflow or respective owner