User manual - Web_Browser_Prog_Guide

NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 57
PlayTone( volume, frequency, duration )
PlayTone will play a tone if supported by the handheld hardware. PlayTone is not
available on the CEBrowseX object (see PlaySound).
volume – is the volume 00 -10 (0 is off, 10 is loudest)
frequency – is the frequency in Hz.
duration – is the duration in millisec.
Status = PrintString( printData ) or Status = Print( printData)
PrintString and Print will send the printData to the currently configured printer.
PrintString is only available on the CEBrowseX object. Print is only available on
the “external” object.
The printData string may contain escape characters for CR (\r), Newline (\n), and
hexadecimal bytes (\xXX).
PROPERTIES
The CEBrowseX properties are used to return the CETerm or OS objects. Both
are read-only.
Property Description
CETerm CETerm automation object
OS OS automation object
EVENTHANDLERS
The CEBrowseX control has no event handlers.