Changes the size of the window to a specified point.
Syntax
HRESULT resizeTo( long x, long y );
Parameters
- x
- Long integer that contains the value that specifies the x coordinates of the point.
- y
- Long integer that contains the value that specifies the y coordinates of the point.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also