Congratulations to Charles Petzold
#include \<windows.h>
int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR args, int show)
{
MessageBox(GetActiveWindow(), "Congratulations Charles & Deirdre!", "Many happy returns!", MB_OK);
return 0;
}
more ...