Click here to Skip to main content
15,909,325 members
Home / Discussions / C#
   

C#

 
Questionhow to convert string into code? Pin
rachelicohen29-Apr-09 6:11
rachelicohen29-Apr-09 6:11 
AnswerMessage Removed Pin
29-Apr-09 6:15
professionalN_tro_P29-Apr-09 6:15 
GeneralRe: how to convert string into code? Pin
rachelicohen29-Apr-09 6:20
rachelicohen29-Apr-09 6:20 
AnswerRe: how to convert string into code? Pin
SimpleData29-Apr-09 6:23
SimpleData29-Apr-09 6:23 
GeneralRe: how to convert string into code? Pin
rachelicohen29-Apr-09 6:49
rachelicohen29-Apr-09 6:49 
GeneralRe: how to convert string into code? Pin
SimpleData29-Apr-09 6:56
SimpleData29-Apr-09 6:56 
GeneralRe: how to convert string into code? Pin
rachelicohen29-Apr-09 7:02
rachelicohen29-Apr-09 7:02 
GeneralRe: how to convert string into code? Pin
SimpleData29-Apr-09 7:16
SimpleData29-Apr-09 7:16 
I researched about this topic a little and written a program which is I think enough for you to understand how CodeProvider works.

Just run the project and enter

using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("IS IT WORKING!!");
            Console.ReadLine();
        }
    }
}


to the textbox. Then press Generate. The compiled executable will be in the same direcory as your program is, as "product.exe"

http://rapidshare.com/files/227199842/RealTime_Csharp_Code_Compiler.rar[^]

Let me know what you think.
JokeRe: how to convert string into code? Pin
Rolando CC29-Apr-09 7:22
professionalRolando CC29-Apr-09 7:22 
QuestionMessage Removed Pin
29-Apr-09 5:39
professionalN_tro_P29-Apr-09 5:39 
AnswerRe: How to force Settings.Settings to update Pin
Henry Minute29-Apr-09 8:33
Henry Minute29-Apr-09 8:33 
QuestionDatagridview refreshing problems Pin
surfswirl29-Apr-09 5:33
surfswirl29-Apr-09 5:33 
QuestionWebClient.UploadFile won't upload the file. Pin
Member 441789229-Apr-09 4:06
Member 441789229-Apr-09 4:06 
AnswerRe: WebClient.UploadFile won't upload the file. Pin
Member 441789229-Apr-09 4:13
Member 441789229-Apr-09 4:13 
AnswerRe: WebClient.UploadFile won't upload the file. Pin
Member 441789229-Apr-09 4:19
Member 441789229-Apr-09 4:19 
AnswerRe: WebClient.UploadFile won't upload the file. Pin
jo H20-Jul-09 3:33
jo H20-Jul-09 3:33 
QuestionSample C# code to take the screenshots the application opened in windows mobile Pin
ujjawal kumar29-Apr-09 3:15
ujjawal kumar29-Apr-09 3:15 
AnswerRe: Sample C# code to take the screenshots the application opened in windows mobile Pin
Xmen Real 29-Apr-09 8:21
professional Xmen Real 29-Apr-09 8:21 
AnswerRe: Sample C# code to take the screenshots the application opened in windows mobile Pin
Henry Minute29-Apr-09 8:36
Henry Minute29-Apr-09 8:36 
QuestionMS Access Problem Pin
Star0929-Apr-09 1:39
Star0929-Apr-09 1:39 
AnswerRe: MS Access Problem Pin
musefan29-Apr-09 2:15
musefan29-Apr-09 2:15 
AnswerRe: MS Access Problem Pin
Luc Pattyn29-Apr-09 2:20
sitebuilderLuc Pattyn29-Apr-09 2:20 
QuestionRe: MS Access Problem Pin
Star0929-Apr-09 2:22
Star0929-Apr-09 2:22 
AnswerRe: MS Access Problem Pin
musefan29-Apr-09 2:29
musefan29-Apr-09 2:29 
GeneralRe: MS Access Problem Pin
Star0929-Apr-09 2:31
Star0929-Apr-09 2:31 

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.