아래 처럼 요렇게 짰는데...출력하면 네모박스안에서
글을 입력할 수가 있는데....네모박스안에서 한줄을 입력하면 다음 줄로 넘어가야되는데 이상하게...한줄로만 나오네요 ㅠ
어느 부분을 수정해야되나요?
아무리 해도 ㅠㅠ
#include
LRESULT CALLBACK WndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) ;
HINSTANCE g_hInst;
char lpszClass[100]="API Program Ex06";
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpszCmdLine,int nCmdShow)
{
HWND hWnd;
MSG Message;
WNDCLASS WndClass;
//ZeroMemory(&WndClass,sizeof(WNDCLASS);
g_hInst=hInstance;