Mutex = OpenMutex(SYNCHRONIZE, false, Application->Title.c_str()); /* 檢查是否有重複執行*/ if (Mutex != NULL) { /* * 若有重複,把之前的程式帶到前景,
確定! 回上一頁