Ver Mensaje Individual
  #5  
Antiguo 03-12-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Cita:
Empezado por felipe88 Ver Mensaje
Ahhh... claro... eso del Mutex, alguna vez leí algo sobre el tema pero para hallar procesos... pero, ¿serivrá para lo que preguntan?
Código Delphi [-]
procedure TForm1.FormCreate(Sender: TObject);
begin
 CreateMutex(nil, False, 'ClubDelphi');
 if GetLastError = 0 then
  WinExec(PChar(ParamStr(0)), SW_SHOWNORMAL);
end;
__________________
RTFM > STFW > Foro > Truco > Post > cHackAll > KeBugCheckEx
Responder Con Cita