In the following example, the event procedure uses the Left property to open the Customer Maintenance window at a specified position:
Private Sub Window_BeforeOpen(OpenVisible As Boolean) CustomerMaintenance.Left = 100 CustomerMaintenance.Top = 100 End Sub