Ver Mensaje Individual
  #2  
Antiguo 29-07-2003
FRANKER FRANKER is offline
Miembro
 
Registrado: may 2003
Ubicación: Elche
Posts: 71
Reputación: 22
FRANKER Va por buen camino
Prueva en el Evento onCloseQuery del Form Principal:

Código:
procedure TFmMenu.FormCloseQuery(Sender: TObject; var CanClose: Boolean);
begin
if Application.MessageBox('¿Desea salir de Recargas Telefónicas 1.0?', 'Recargas telefónicas 1.0', MB_ICONQUESTION + MB_OKCANCEL) = mrOK then
CanClose := True
else
CanClose := False;
end;
__________________
.:.::FRANKER::.:.
Responder Con Cita