Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello

please provide a sample windows application regarding how to use c# scriptor for run time event creation and implementation

regards
ginnas
Posted
Comments
Richard MacCutchan 13-Nov-12 4:10am    
What is "c# scriptor"?
ginnas 13-Nov-12 4:15am    
hello

i meant the c# script in order to code in the events of the controls at run time

regards
ginnas
Richard MacCutchan 13-Nov-12 4:20am    
Sorry, I still do not understand what you are talking about. C# is a programming language not a script. And what controls are you referring to? Please edit your question and explain in detail what problem you are trying to solve.
ginnas 13-Nov-12 23:28pm    
hello

actually what i am planning to do is a framework like application HMI development software so i have to provide both design time and run time to the end user.at design time the user can put different .net controls on to the design surface and change their properties , now i wanted to provide the option for write code in their events of the controls,that is while running based on the each event happening the code written in their events has to execute, here only i am trying to put the scripting language

these codes written by the end user in each event handlers can we put the scripts like c# script eg-:alvas.net/alvas.scriptor.aspx

regards
ginnas



Richard MacCutchan 14-Nov-12 3:05am    
As I said before, C# is not a scripting language. I really have no idea what you mean by all this. If you are trying to build the actual code of a program dynamically, then you need to research some of the compile-on-demand websites that exist. If I recall there is an article somewhere here on CodeProject about this subject.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900