[jawsscripts] ProgID for FSAPI COM server
- From: Jamal Mazrui <empower@xxxxxxxxx>
- To: jawsscripts@xxxxxxxxxxxxx
- Date: Wed, 24 Sep 2008 12:24:17 -0400 (EDT)
How does one instantiate the FSAPI COM server? I examined it in the COM
browser of Microsoft Word and thought I found the ProgID to use with the
CreateObject function of VBScript. The sample code below, however, does
not find an automation object by that name. I ran it as hello.vbs with
the Windows Script Host.
Jamal
Option Explicit
Set oJaws = WScript.CreateObject("FSAPILib.JawsApi")
oJAWS.SayString "Hello world", False
Set oJAWS = Nothing
__________
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
Other related posts:
- » [jawsscripts] ProgID for FSAPI COM server