DesktopWindow.Show

From Xojo Documentation

Method

DesktopWindow.Show()

New in 2021r3

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.