16,551
社区成员
发帖
与我相关
我的任务
分享 CRect rect;
CString str;
GetParent()->GetWindowRect(rect);
str.Format("top=%d,left=%d,right=%d,bottom=%d\n",
rect.top,rect.left,rect.right,rect.bottom);
//MessageBox(str,"test");
TRACE(str);