Ver Mensaje Individual
  #6  
Antiguo 24-10-2006
JuanErasmo JuanErasmo is offline
Miembro
 
Registrado: ago 2005
Posts: 544
Reputación: 21
JuanErasmo Va por buen camino
NO he podido con el loop....

Hola amigo..no he podido pasar al loop...como puedo hacer?
lo estoy haciendo asi:

Código:
 
HWND Ventana;
      for (int i=0;i<5;i++){
        Ventana = FindWindowEx(0,0,"ExploreWClass",NULL);
                if (Ventana>0){
                        if (IsWindowVisible(Ventana)){
                                ShowWindow(Ventana,SW_HIDE);
                         }
                         }
      }
gracias
Responder Con Cita