窗口_移动()


子夹1.MoveWindow(矩形);

例子:

CRect 矩形;
选择夹1.GetClientRect(矩形);
矩形.DeflateRect(10, 50, 10, 10);//把矩形这个变量缩小一点 然后在赋值给子夹
子夹1.MoveWindow(矩形);