Xbasic
SYS_ID_SHOW Function
Syntax
V SYS_ID_SHOW([C window_name])
Arguments
- window_name
The name of the window as reported by SYS_ID_ENUM()or seen on the window's title bar.
Description
SYS_ID_SHOW() opens the window specified by Window_Name.
Example
The following example uses SYS_ID_ENUM() to list the available windows, then uses SYS_ID_SHOW() to display the "Norton AntiVirus" window.
sys_id_enum() -> Start Menu
Norton AntiVirus
NetDDE Agent
Alpha Anywhere - [Code Editor]
Positioning
.
.
.
sys_id_show("Norton AntiVirus")Limitations
Desktop applications only.
See Also