Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - movewindow() changes the position /and dimensions of a window http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MoveWindow()           Changes the position /and dimensions of a window
--------------------------------------------------------------------------------

   Syntax:              MoveWindow( <hWnd>, <nLeft>, <nTop>, <nWidth>,
                                 <nHeight>, <lRepaint> )  --> <lSuccess>

   Parameters:

   <hWnd>               The handle of the window to move / and resize.

   <nLeft>, <nTop>      The new origin position coordinates

   <nWidth>, <nHeight>  The new dimensions (if specified)

   <lRepaint>           If the window has to be repainted after this
                        operation

   Returns:

   <lSuccess>           If the operation was successfully completed.

   Source code:         SOURCE\\WINAPI\\WndMove.c

   See also:            TWindow:Move()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson