标签: c++ mfc
我需要在MessageBox中将屏幕分辨率像素显示为输出。我怎么能这样做?
答案 0 :(得分:3)
CString msg; msg.Format(_T("%d"), number); AfxMessageBox(msg);