I have a simple telnet server, users connect and they are brought into a room with there IP Address's as the usernames and they can chat, this is strictly a learning experience. What I want to accomplish is to devise a way to make changes to the code while the application is running, with a very limited amount of interupt. For example, have the actual released program running, and I have the project in the IDE and I make a change, re compile it to the location of the running release .exe, overwrite it.

I doubt this is actually possible but, let me no the closing thing to this that is possible (other than using a different programming language).

Thanks