Sandra, parte de este equipo de trabajo, nos ha hecho el favor de escribir este post porque domina a la perfección este tema.
Ejemplo: botón crear c++
HWND hwndButton =CreateWindow(
L"BUTTON",// Predefined class; Unicode assumed
L"OK",// Button text
WS_TABSTOP | WS_VISIBLE | WS_CHILD | BS_DEFPUSHBUTTON,// Styles 10,// x position 10,// y position 100,// Button width100,// Button height
m_hwnd,// Parent windowNULL,// No menu.(HINSTANCE)GetWindowLongPtr(m_hwnd, GWLP_HINSTANCE),NULL);// Pointer not needed.
valoraciones y reseñas
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)