CXCtrlMan ctrlman = m_Map.GetCtrlMan();
CXControlState ctrlstate = ctrlman.GetControlState();
CXSize dpsize = ctrlstate.GetSizeDP();
long height_px = dpsize.GetCY()/2 - 100;
CString msg;
msg.Format(_T("width_px : [%lu]"), width_px);
AfxMessageBox(msg);