Window.Show
From Xojo Documentation
Method
Forces the window to immediately become visible rather than wait until the application is idle. If ImplicitInstance is False, then you need to instantiate an instance using New before calling Show.
Notes
Calling Show immediately brings the window to the front.