How can I customize the size of a window I made using win32?
My Code:
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow){
MessageBox(NULL, "HELLO WORLD!","JANELA!", 0)...
asked by
29.07.2016 / 14:18