Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2011, 13:43
Avatar de Doommarine_Maxi
Doommarine_Maxi
 
Fecha de Ingreso: febrero-2011
Mensajes: 54
Antigüedad: 13 años, 2 meses
Puntos: 8
Respuesta: Duda (tonta) con WinAPI (Win32)

Ya resolvi mi problema, termine usando. la función CreateWindow :D
Ej:

CreateWindow(TEXT("button"), "Apretame", WS_CHILD | WS_VISIBLE | WS_BORDER, x, y, ancho, alto, HWND, (HMENU) ID_BOTON, NULL, NULL);