I have an exe installed that I created from my VB.NET app. Is there code I can put in that will only let a user open my program once and if they try to open it and it is already open, I want to set the focus to it. This way they wont be able to accidently open two instances of the program and be typing data into two different ones.