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);