Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Crea un objeto CStatic.
CStatic( );
Ejemplo
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Requisitos
encabezado: afxwin.h