Button bug

Results 1 to 3 of 3
  1. #1
    cMuServices™ L1ron is offline
    MemberRank
    Jun 2014 Join Date
    315Posts

    Button bug

    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


  2. #2
    (づ。◕‿‿◕。) Natzugen is offline
    MemberRank
    Jun 2014 Join Date
    ElbelandLocation
    1,858Posts

    Re: Button bug

    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();
    			}

  3. #3
    cMuServices™ L1ron is offline
    MemberRank
    Jun 2014 Join Date
    315Posts

    Re: Button bug

    Quote Originally Posted by natzugen View Post
    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();
                }
    i want this minimizer system but i mean the Minimize (hide) button when i click on him he just close the main solution ?



Advertisement