hello someone could tell me how disable minimize button on zMain becuase he close the game i have source code of the dll ty for helpers
hello someone could tell me how disable minimize button on zMain becuase he close the game i have source code of the dll ty for helpers
just comment this part on controller.cpp
Code:case VK_F12: { if( gTrayMode.TempWindowProc == NULL ) { gTrayMode.TempWindowProc = SetWindowLong(pGameWindow, GWL_WNDPROC, (long)gController.Window); } // ---- gTrayMode.SwitchState(); }