 |
 |
 |
|
|  |  |
 |
SetWindowPos ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The SetWindowPos function changes the size, position, and Z order of a child, pop-up, or top-level window. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
BOOL SetWindowPos(
HWND hWnd, // handle to window
HWND hWndInsertAfter, // placement-order handle
int X, // horizontal position
int Y, // vertical position
int cx, // width
int cy, // height
UINT uFlags // window-positioning options
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER SetWindowPos IN user32;
INTEGER hwnd,;
INTEGER hWndInsertAfter,;
INTEGER x,;
INTEGER y,;
INTEGER cx,;
INTEGER cy,;
INTEGER wFlags
|
 |  |  | | Parameters: |  | hWnd
[in] Handle to the window.
hWndInsertAfter
[in] Handle to the window to precede the positioned window in the Z order.
X
[in] Specifies the new position of the left side of the window, in client coordinates.
Y
[in] Specifies the new position of the top of the window, in client coordinates.
cx
[in] Specifies the new width of the window, in pixels.
cy
[in] Specifies the new height of the window, in pixels.
uFlags
[in] Specifies the window sizing and positioning flags.
|
 |  | | Return value: |  | | If the function succeeds, the return value is nonzero. |
 |  | | Word Index links for the SetWindowPos : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2002-04-08 22:37:02 | | Modified: | 2002-04-08 22:39:36 | Visited in last 7 days: 61 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|