#include <windows.h>
#include <tchar.h>

int APIENTRY WinMain(
      HINSTANCE hInstance,
      HINSTANCE hPrevInstance,
      LPSTR lpCmdLine,
      int nCmdShow)
{
 MessageBox(NULL, _T("Hellow World~!!"), _T("메시지"), MB_OK);
 return 0;
}

 

'UI > MFC' 카테고리의 다른 글

MFC DB & Network  (0) 2016.07.30
MFC 강의자료  (0) 2014.07.31

+ Recent posts