1个回答
2013-07-07
展开全部
可以用getwindowrect()函数来获取矩形. 用format()函数格式化.然后messagebox输出..CRect rect;
GetWindowRect(&rect);
CString str;
str.Format("Y=%d,X=%d,W=%d,H=%d",rect.top,rect.left,rect.Width(),rect.Height());
MessageBox(str);
GetWindowRect(&rect);
CString str;
str.Format("Y=%d,X=%d,W=%d,H=%d",rect.top,rect.left,rect.Width(),rect.Height());
MessageBox(str);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询