けんき says to YSITD@danny8376 { char tmp[1] = { (char)wParam }; _tcscat_s(text, Cs2T(tmp)); std::cout << "text => " << text; hdc = BeginPaint(hWnd, &ps); TextOut(hdc, 5, 5, text, _tcslen(text)); EndPaint(hWnd, &ps); break; } 這個樣子at Sat, Jan 21, 2017 9:15 PM