GetDlgItem(IDC_SAMPLE)->GetWindowRect(&rect);
GetWindowRect得到的是屏幕坐标
ScreenToClient(rect)
将屏幕坐标转换为客户区坐标
GetDlgItem(IDC_SAMPLE)->GetWindowRect(&rect);
GetWindowRect得到的是屏幕坐标
ScreenToClient(rect)
将屏幕坐标转换为客户区坐标
转载于:https://www.cnblogs.com/tianlangshu/archive/2011/03/20/1989445.html