Logo
live-news-icon

Noticias

Tema: Permitir apenas 1 Main.exe aberto

Applayo

  • *
Permitir apenas 1 Main.exe aberto | en: Abril 25, 2021, 12:08:58 am »

Código simples, mas funcional, para o que eu precisava...


Código: [Seleccionar]
    if( pMUIsLoaded == 1 ){
        CreateMutex(0, 1, "MuOnline");


        if( GetLastError() == 183 )
    {
         ExitProcess(0);
    }
    }


    Só colocar no Main.cpp e ser feliz.

Creditos: Ravoc

robins1998

  • *
Re: Permitir apenas 1 Main.exe aberto | Respuesta #1 en: Mayo 27, 2021, 02:28:41 am »

Very helpful, thanks for sharing.

Encrypter

  • *
Re: Permitir apenas 1 Main.exe aberto | Respuesta #2 en: Junio 30, 2021, 08:51:55 pm »

nicebrooo


Responder Marcar No Leido Enviar Topic Print