MoveWindowWhat links here?
The MoveWindow function changes the position and dimensions of the specified window. For a top-level window, the position and dimensions are relative to the upper-left corner of the screen. For a child window, they are relative to the upper-left corner of the parent window's client area.

Syntax
    BOOL MoveWindow(  
        HWND hWnd,
        int X,
        int Y,
        int nWidth,
        int nHeight,
        BOOL bRepaint
    );


Parameters

Return ValueIf the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

RemarksIf the bRepaint parameter is TRUE, the system sends the [WM_PAINT] message to the window procedure immediately after moving the window (that is, the MoveWindow function calls the [UpdateWindow] function). If bRepaint is FALSE, the application must explicitly invalidate or redraw any parts of the window and parent window that need redrawing.

MoveWindow sends the programming - windows - WM_WINDOWPOSCHANGING, [programming:windows:WM_WINDOWPOSCHANGED, programming:windows:WM_MOVE, programming - windows - WM_SIZE, and programming - windows - WM_NCCALCSIZE messages to the window.

Function Information


See also programming - windows - SetWindowPos
programming - windows - MoveWindow
AutoCAD Entity Definitions - attribute definition
bible - random notes - 2013-06-02 Evolution and atheists
programming - Free Pascal - fppkg
Raspberry PI - GPIO
MC6802 - instruction set - bit-test memory and accumulator
tk - tk_optionMenu
programming:c:function strtok
programming - algorithms - 3D
programming - Free Pascal
bible - random notes - 2010-02-28 - Matt 10:38
embedded systems - Feather Huzzah32
filename:programming - windows - MoveWindow
filename:programming%20%2D%20windows%20%2D%20MoveWindow
last edit:December 03 2012 20:26:24 (4184 days ago)
ct = 1716099443.000000 = May 19 2024 02:17:23
ft = 1354584384.000000 = December 03 2012 20:26:24
dt = 361515059.000000