XML File as Options settings file, one file different apps how to do
I have 2 independent DLLs that I’ll include as part of a solution. Each one can be used without the other and I’m now building #3.
Why I Can’t create a mutex By Mutex(false,”***”,status)
Mutex mutexZSSPY = new Mutex(false, “ZSSPY”, out bool status); if (status) { Application.Run(new Form()); } else { MessageBox.Show(“ZSSPY is running!”, “ZS SPY error”, MessageBoxButtons.OK, MessageBoxIcon.Error); } I Use this code block to create a mutex to avoid opening the program multiple times,but this // mutex can’t create success. using (Mutex mutexZSSPY = new System.Threading.Mutex(false, “ZSSPY”, […]