Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: I want to BroadCast or Share My desktop to a network PC ? Pin
Eddy Vluggen25-Jan-10 11:28
professionalEddy Vluggen25-Jan-10 11:28 
QuestionCalculating Tolerance area Pin
einsteinmow25-Jan-10 9:10
einsteinmow25-Jan-10 9:10 
AnswerRe: Calculating Tolerance area Pin
Rob Philpott25-Jan-10 9:28
Rob Philpott25-Jan-10 9:28 
GeneralRe: Calculating Tolerance area Pin
einsteinmow9-Feb-10 2:12
einsteinmow9-Feb-10 2:12 
AnswerRe: Calculating Tolerance area Pin
Alex Manolescu25-Jan-10 9:45
Alex Manolescu25-Jan-10 9:45 
GeneralRe: Calculating Tolerance area Pin
einsteinmow9-Feb-10 2:15
einsteinmow9-Feb-10 2:15 
GeneralRe: Calculating Tolerance area Pin
Alex Manolescu1-Jun-10 10:31
Alex Manolescu1-Jun-10 10:31 
QuestionMixing Dynamic code with non-dynamic code. Pin
Red_Wizard_Shot_The_Food25-Jan-10 9:07
Red_Wizard_Shot_The_Food25-Jan-10 9:07 
Hi all,

I'm writing some code that I want to be part user generated part auto generated.
The code will be C# but used as a script through embedding Mono in a c++ application.

Ideally I want my users to use a graphical editor that will auto-generate the class and the constructor using info from the editor(I've done this using the AssemblyBuilder and Reflection.Emit)
But then I want the user to be able to use a text editor to write an override for the Update() method then any number of public or private methods they wish to define.

I want to be able to compile this hand-writen code (I'm doing this with the CSharpCodeProvider) but I want to inject it into the autogenerated code some how.

So the class and constructor is auto-generated and the Update method and any number of other methods are handwritten in C# 2.0 and the results combined into a single dll.
I hope this explanation makes sense.... can any one help?

Thanks.
AnswerRe: Mixing Dynamic code with non-dynamic code. Pin
Natza Mitzi26-Jan-10 8:21
Natza Mitzi26-Jan-10 8:21 
QuestionSimple databinding Pin
Kaikus25-Jan-10 7:10
Kaikus25-Jan-10 7:10 
AnswerRe: Simple databinding Pin
tonyonlinux25-Jan-10 11:02
tonyonlinux25-Jan-10 11:02 
GeneralRe: Simple databinding Pin
Kaikus25-Jan-10 21:53
Kaikus25-Jan-10 21:53 
QuestionOleDbException Pin
gamer112725-Jan-10 5:43
gamer112725-Jan-10 5:43 
AnswerRe: OleDbException Pin
PIEBALDconsult25-Jan-10 6:40
mvePIEBALDconsult25-Jan-10 6:40 
GeneralRe: OleDbException Pin
gamer112725-Jan-10 6:48
gamer112725-Jan-10 6:48 
QuestionSystem.Threaading.Timer not firing Pin
Jim Crafton25-Jan-10 4:57
Jim Crafton25-Jan-10 4:57 
AnswerRe: System.Threaading.Timer not firing Pin
Eddy Vluggen25-Jan-10 6:54
professionalEddy Vluggen25-Jan-10 6:54 
GeneralRe: System.Threaading.Timer not firing Pin
Jim Crafton25-Jan-10 7:03
Jim Crafton25-Jan-10 7:03 
GeneralRe: System.Threaading.Timer not firing Pin
Eddy Vluggen25-Jan-10 8:08
professionalEddy Vluggen25-Jan-10 8:08 
AnswerRe: System.Threaading.Timer not firing Pin
#realJSOP25-Jan-10 8:29
professional#realJSOP25-Jan-10 8:29 
Questionsql insert string Pin
jojoba201025-Jan-10 4:26
jojoba201025-Jan-10 4:26 
AnswerRe: sql insert string Pin
Manas Bhardwaj25-Jan-10 4:36
professionalManas Bhardwaj25-Jan-10 4:36 
Questionopening form Pin
jojoba201025-Jan-10 3:27
jojoba201025-Jan-10 3:27 
AnswerRe: opening form Pin
sanforjackass25-Jan-10 3:34
sanforjackass25-Jan-10 3:34 
QuestionRe: opening form Pin
jojoba201025-Jan-10 3:41
jojoba201025-Jan-10 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.