Name: duh 2008-02-21 13:28
Help, I have no idea how to correctly use the API to create windows and fill them with text and shit.
Give me information, tutorials, etc.
Give me information, tutorials, etc.
#include <windows.h>
#include <winuser.h>
main() {
MessageBox(0,"Hello world!","Hello world!",0);
}