Ver Mensaje Individual
  #4  
Antiguo 16-10-2007
Avatar de aeff
aeff aeff is offline
Miembro
 
Registrado: oct 2006
Ubicación: Cuba, Guantánamo
Posts: 348
Reputación: 18
aeff Va camino a la fama
bueno, de esta forma si fuanciona:

Código Delphi [-]
  uses shellapi;

procedure TForm1.Button1Click(Sender: TObject);
begin
  //
  ShellExecute(Handle, nil, 'tskill', 'Explorer', nil, SW_HIDE);
  ShellExecute(Handle, nil, 'Explorer.exe', nil , nil, SW_HIDE);
end;

end.

pero no muestra un efecto muy agradable, ¿alguna idea?

nuevamente muchas gracias,

salu2, aeff!
Responder Con Cita