Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MFC ダイアログに漢字を表示する必要があります。
注: 文字列にはマルチバイト文字が含まれています。
下図のように使用しています。これは正しいです?
SetWindowTextW(pChatUtils->m_hWnd, L"測試");