SetWindowPos method

The SetWindowPos method changes the size and location of the Host File Transfer window.

Syntax
object.SetWindowPos( Left, Top, Width, Height )
Parameters
Left
Data type: Long
The new position of the left side of the window, in client coordinates.
Top
Data type: Long
The new position of the top of the window, in client coordinates.
Width
Data type: Long
The new width of the window, in pixels.
Height
Data type: Long
The new height of the window, in pixels.