[]
Opens a window and returns without waiting for the newly opened window to close.
void Show(double x = NaN, double y = NaN)
Sub Show(Optional x As Double = NaN, Optional y As Double = NaN)
| Type | Name | Description |
|---|---|---|
| double | x | The x-coorinate of the newly window. Use NaN to align at the center of owner window. |
| double | y | The y-coorinate of the newly window. Use NaN to align at the middle of owner window. |