Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/08/2012, 16:00
shiro51
 
Fecha de Ingreso: julio-2010
Mensajes: 34
Antigüedad: 14 años, 3 meses
Puntos: 0
Respuesta: C++ DWORD o UINT valor | valor | valor

Solucionado:
Cita:
UINT style = WS_VISIBLE | WS_CHILD;
if(style & WS_VISIBLE) do_sonthing();
if(style & WS_CHILD) do_something_else();