Date: 02-16-2022
Return to Index
created by gbSnippets
'BITMAP
case WM_CREATE:
g_hbmBall = LoadBitmap(GetModuleHandle(NULL), MAKEINTRESOURCE(IDB_BALL));
if(g_hbmBall == NULL)
MessageBox(hwnd, "Could not load IDB_BALL!", "Error", MB_OK | MB_ICONEXCLAMATION);
break;
'ICON
'gbs_01008
'Date: 03-10-2012
http://www.garybeene.com/sw/gbsnippets.htm