| 发表于:2007-09-05 14:51:254楼 得分:25 |
setwindowpos the setwindowpos function changes the size, position, and z order of a child, pop-up, or top-level window. child, pop-up, and top-level windows are ordered according to their appearance on the screen. the topmost window receives the highest rank and is the first window in the z order. bool setwindowpos( hwnd hwnd, // handle to window hwnd hwndinsertafter, // placement-order handle int x, // horizontal position int y, // vertical position int cx, // width int cy, // height uint uflags // window-positioning options ); | | |
|