2
How I can 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);
return 0;
}
But the window became too small.
OK... Thank you for the reply
– Drkill32
@Drkill32 take a look at [tour], the best way to say thank you is to accept how you did and vote as well. You can vote on everything that was posted on the site (not only where you participate directly.
– Maniero