Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WDialog:Move() Method
Re-position and/or change size of a dialog
------------------------------------------------------------------------------

Syntax
<oWnd>:Move( [ <nX> ] , [ <nY> ] , <nWidth>, <nHeight>,
             [ <lRepaint> ] )   -->   lSuccess

Arguments
<nX>, <nY> specify the new position of the top left-hand
corner of the dialog in pixels.  They each default to zero (0).

<nWidth>, <nHeight> specify the new size of the dialog in pixels.

<lRepaint> is logical TRUE (.T.) if you want the dialog to be
re-drawn, or FALSE (.F.) if not.  Note: a numeric (0 or 1) can
also be used, for backwards compatibility.  The default is .F.

Returns
If successful, a logical TRUE (.T.) is returned, otherwise
FALSE (.F.) is returned.

Description
This method is not often used with dialogs.  It simply calls
the MoveWindow() function.

Example


See Also: MoveWindow()

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