Hi everyone, I am converting a file to exe but I require it to be Single instance, the problem is that my main program contains a secondary program. If I open the main program and try to reopen it, it does not allow it, that part works but, the main program gives the option to open the secondary one I execute that option if it opens the secondary one and closes the main one and does not allow opening the main one if the secondary one is open which is correct but, the secondary also has the option...