Ver Mensaje Individual
  #8  
Antiguo 29-05-2008
Avatar de roman
roman roman is offline
Moderador
 
Registrado: may 2003
Ubicación: Ciudad de México
Posts: 20.269
Reputación: 10
roman Es un diamante en brutoroman Es un diamante en brutoroman Es un diamante en bruto
Código Delphi [-]
procedure TForm1.WMSysCommand(var Msg: TWMSysCommand);
begin
  if
    (Msg.CmdType and $FFF0 <> SC_RESTORE) and
    (Msg.CmdType and $FFF0 <> SC_MOVE)
  then
    inherited;
end;

// Saludos
Responder Con Cita