Ver Mensaje Individual
  #10  
Antiguo 24-10-2006
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
¿No se puede así?

Código:
Ventana = 0;

while (Ventana = FindWindowEx(0,Ventana,"IMClass",NULL))
{
  if (IsWindowVisible(Ventana)) 
    ShowWindow(Ventana,SW_HIDE);
  else
    ShowWindow(Ventana,SW_SHOW);
}
// Saludos
Responder Con Cita