摘要:
[代码]上面为MSDN的代码,下面为自己的代码,相对简洁些:[代码] 阅读全文
摘要:
SetWindowPos 详解函数名: SetWindowPos 头文件: winuser.h 函数原型: BOOL SetWindowPos ( HWND hWnd, //窗口句柄 HWND hWndInsertAfter, //排列顺序的句柄 int X, //水平坐标 int Y, //垂直坐标 int cx, //宽 int cy, //高 UINT uFlags ... 阅读全文