VC中获取窗口控件相对客户区的坐标

   1: RECT rect;
   2: GetDlgItem(item_id).GetWindowRect(&rect);
   3: ScreenToClient(&rect);
原文地址:https://www.cnblogs.com/mforestlaw/p/3289426.html