WinAPI: SetWindowPos - 改變窗口的位置與狀態

//聲明: SetWindowPos(   hWnd: HWND;            {窗口句柄}   hWndInsertAfter: HWND; {窗口的 Z 順序}   X, Y: Integer;        {位置}   cx, cy: Integer;      {大小}   uFlags: UINT          {選項} ): BOOL; //hWndInsert
相關文章
相關標籤/搜索