Win32 API Introduction
Programming August 23rd, 2007A small win32 application code that was taken from http://www.winprog.org/tutorial/ . Great win32 tutorial for beginners, nowadays I am interested in win32 api programming and found this site from google, here the code piece:
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow)
{
MessageBox(NULL, “Goodbye, cruel world!”, “Note”, MB_OK);
return 0;
}
Yes, this is a way of saying “Hello World” in win32 api ![]()
Maybe I’ll add some small tools in the future if I can learn, it is pretty hard and complicated.
Some other posts that you may like :
Simple Text Editor with Java SwingHow a kid can make $900 monthly from Adsense ?
Silicon Nanocrystal Quantum Effect Found
Hacked : Apple TV now support USB Storage Expansion
LG Makes It Thin
Sorting Algorithms
Fujitsu "Fab PC" Concept Laptop
Msn Email Address Fetcher (Meaf)
Visual Studio "Orcas" Beta 1 Released !
Mynet Hacked !

























































Recent Comments