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.
画面解像度のピクセルを出力として MessageBox に表示する必要があります。これどうやってするの?
CString msg; msg.Format(_T("%d"), number); AfxMessageBox(msg);