User manual - Web_Browser_Prog_Guide

NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 55
CLASSID
The CEBrowseX CLASSID is:
CLASSID="clsid:D14943BD-4900-453E-8582-725F21A57E0C"
METHODS
The following methods are available. Note that most are marked as deprecated
(DEP) in favor of using the CETerm or OS object and their associated methods.
The CETerm and OS objects are obtained from the corresponding CEBrowseX
properties.
Method Action
PostIDA Send a command to a session (asynchronous) (DEP)
SendIDA Send a command to a session (synchronous) (DEP)
SendText Send text content to a session (DEP)
GetProperty Get a property value from the Web Browser (DEP)
SetProperty Set a property value in the Web Browser (DEP)
PlaySound Play a tone or wave file on the device (CEBrowseX only)
(DEP)
PlayTone Play a tone on the device (external only) (DEP)
PrintString Send content to a printer (CEBrowseX only)
Print Send content to a printer (external only)
PostIDA( IDACode, session )
PostIDA sends an IDA action command to the Web Browser and directs it to the
specified session. Valid session values are 1-4. The special session value of 0
will send the command to the current session. See the Appendix for IDA values.
The PostIDA command will return before the Web Browser acts on the
command. We recommend using PostIDA rather than SendIDA. There are only
rare situations when SendIDA must be used.
SendIDA( IDACode, session )
SendIDA sends an IDA action command to the Web Browser and directs it to the
specified session. Valid session values are 1-4. The special session value of 0
will send the command to the current session. See the Appendix for IDA values.