Is there a way to have it so 2 copies of your program are running at the same time. Like for instance someone opens yourporgram bydouble clicking on the exe then decides to double click on it again. 2 are going to run now. I thought about what if when I start the prog to write to the registry and say its running then when it gets shut down then write again to the registry and say its not running. But the porblem with this is if something crashes and the computer has to be shut down before that line of code runs then he can never use my prog again. Does anyone know how to do this? I hope I explained it well. Thanks!!