最終更新:2015-03-13 (金) 15:06:15 (3764d)  

SetWindowPos
Top / SetWindowPos

http://msdn.microsoft.com/ja-jp/library/cc411206.aspx

BOOL SetWindowPos(
  HWND hWnd,             // ウィンドウのハンドル
  HWND hWndInsertAfter,  // 配置順序のハンドル
  int X,                 // 横方向の位置
  int Y,                 // 縦方向の位置
  int cx,                // 幅
  int cy,                // 高さ
  UINT uFlags            // ウィンドウ位置のオプション
);

関連