No, but this looks interesting. I think what i'm looking for is more like,
i'll click a button, and the app runs the code in a file.
I want to be able to run code like this:
if x=1 then do something
but I want to be able to make it dynamic, adding another if statement when
ever i want. I would want to run the code like a database stored procedure
and be able to alter the code when I want.
Is this Codedom what I’m looking for?
tks
[quoted text, click to view] "hammett" wrote:
> Have you looked at CodeDom?
>
> --
> Cheers,
> hammett
>
http://www.castleproject.org/~hammett
>
> "André" <Andr@discussions.microsoft.com> wrote in message
> news:EE04A3D7-ECC1-4DD7-AE36-D314C67FBF37@microsoft.com...
> > Hi,
> > Can anyone tell me how I can run vb.net or C# code from a text document?
>
>