... HDC hdc = BeginPaint( hwnd, &ps ); TextOut( hdc, 0, 0, "Blah de blah de blah", 20); EndPaint( hwnd, &ps ); } break; Should be enough to get you started ...
確定! 回上一頁