I wish to be able to write code into an already running program that will compile and implement the code when I hit the send code button on my UI.
For example:
If I type:
MessageBox.Show("Hello World");
and the hit Send, I will get a pop up saying Hello World.
I have searched and searched for ways to this but I can't get any working.
Can anyone recommend a good way to do this?