... GetWindowRect(GetParent(hwnd),&rc); HRGN x; GetWindowRgn(GetParent(hwnd),x); ScrollWindowEx(hwnd,0,short(HIWORD(wp)),0,0,x,&rc,SW_INVALIDATE|SW_ERASE); ...
確定! 回上一頁