Window.Show

From Xojo Documentation

Method

Window.Show()

Supported for all project types and targets.

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.