摘要: 函数名: SetWindowPos 头文件: winuser.h 函数原型: BOOL SetWindowPos ( HWND hWnd, //窗口句柄 HWND hWndInsertAfter, //排列顺序的句柄 int X, //水平坐标 int Y, //垂直坐标 int cx, //宽 i 阅读全文
posted @ 2021-10-12 21:51 cc_Francis 阅读(1301) 评论(0) 推荐(0)