Ver Mensaje Individual
  #7  
Antiguo 20-09-2012
_CALI _CALI is offline
Miembro
 
Registrado: mar 2008
Posts: 99
Reputación: 17
_CALI Va por buen camino
bueno aqui solucione mi problema

Código Delphi [-]
procedure TFrmChild.WMSYSCommand(var Message: TWMSYSCommand);
begin
inherited;
if Message.CmdType = SC_MINIMIZE then
  if Application.MainForm.ActiveMDIChild.WindowState = wsMinimized then
     BringToFront;
// SetWindowPos(Self.Handle,HWND_TOP,0,0,0,0,SWP_NOMOVE or SWP_NOSIZE);
end;

si hay alhuna otra respuesta agredecere mucho
Responder Con Cita