전체 글 썸네일형 리스트형 api 빈페이지 출처 : http://www.soen.kr/ #include #include LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); HINSTANCE g_hInst; LPCWSTR lpszClass=_T("Start"); int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance ,LPSTR lpszCmdParam,int nCmdShow) { HWND hWnd; MSG Message; WNDCLASS WndClass; g_hInst=hInstance; WndClass.cbClsExtra=0; WndClass.cbWndExtra=0; WndClass.hbrBackground=(HBRUSH)GetStockObject.. 더보기 이전 1 ··· 19 20 21 22 23 24 25 ··· 39 다음