DesktopWindow.Left
From Xojo Documentation
Property (As Integer )
aDesktopWindow.Left = newIntegerValue
or
IntegerValue = aDesktopWindow.Left
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopWindow.Left
New in 2021r3
Supported for all project types and targets.
The distance (in points) between the left edge of the screen and the left edge of the content area of the window.
Notes
The left frame of the window is taken into account.
Example
Me.Left = 50