I need to display the screen resolution pixels as output in MessageBox. How can i do this?
CString msg; msg.Format(_T("%d"), number); AfxMessageBox(msg);