CWindow::SetWindowPos
Defina o tamanho, posição, e ordem Z.
BOOL SetWindowPos(
HWND hWndInsertAfter,
int x,
int y,
int cx,
int cy,
UINT nFlags
) throw();
BOOL SetWindowPos(
HWND hWndInsertAfter,
LPCRECT lpRect,
UINT nFlags
) throw();
Comentários
Consulte SetWindowPos em Windows SDK.
A segunda versão de este método usa uma estrutura de RECT para definir posição, a largura, e altura da janela o novo.
Requisitos
Cabeçalho: atlwin.h