Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Windows API in C/C++

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.

Name: Anonymous 2008-02-24 1:03

>>61
#include <windows.h>
#include <winuser.h>

main() {
 MessageBox(0,"Hello world!","Hello world!",0);
}


and you forgot to mention that the second one creates a binary several times bigger than the first.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List