Setup guide
Alert method
Displays a text-only OSD
Alert(
sText
)
Arguments
sText
Required. Text string to display in the OSD. You can use common format characters like
\n
(line-break) and
\t
(tab).
Remarks
Same as calling
OSD.Show(osdText,sText)
.
See Also
OSD Object
CreateObject method
Creates and returns a reference to a COM automation object instance
CreateObject(
sProgIDorClassID
[,
sLocation
]
)
Arguments
sProgIDorClassID
Required. Either a ProgID in the form servername.typename, or the CLSID of the object. See below for an
example.
Application Properties and methods specific to executable files
Command Properties of the currently executing command
Display Display adapter operations
Globals Access to global variables
Mixer Audio control
Mouse Mouse control
OSD Programmable OSD
Power Power functions like system shutdown and wake-up
Window Properties and methods specific to windows