You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.0 KiB

<HTML>
<HEAD><TITLE>Microsoft Agent Samples</TITLE>
</HEAD>
<BODY topmargin=0 leftmargin=100 bgcolor=white link=blue vlink=blue>
<FONT face="verdana,arial,helvetica" size=2>
<IMG SRC="images/title.gif" width=396 height=66 alt="Microsoft Agent">
<H3>Samples</H3>
<P>
<B>Visual Basic</B>
<P>
See the <I>readme.txt</I> file in the sample directory
for instructions on building and running the sample.
The instructions assume that you are using Microsoft Visual Basic&reg;.
You need to install the required components before running the sample.
<UL>
<A href="samples/vbhello/">
<LI>Hello World&nbsp;(VB)</A>
<BR>Illustrates the most basic use of Microsoft Agent from Visual Basic.
<BR>Requires: Agent Core Components, Text-To-Speech Engine.
</UL>
<B>Visual Basic Scripting Edition</B>
<P>
These HTML pages demonstrate how to use Microsoft Agent characters from VBScript.
You can browse a sample by clicking its link below. Each sample will attempt to
install its required components if they are not already installed.
These samples download their character animations from
http://activex.microsoft.com/characters/, so you must be connected to the internet.
<UL>
<A href="samples/hello1.htm">
<LI>Hello World</A>
<BR>Illustrates the most basic use of Microsoft Agent from VBScript.
<BR>Requires: Agent Core Components, Text-To-Speech Engine.
<A href="samples/hello3.htm">
<LI>Hello World Plus</A>
<BR> A revised version of the Hello World sample that uses <b>Request</b> objects
and the <b>RequestComplete</b> event to manage errors and report progress.
<BR>Requires: Agent Core Components, Text-To-Speech Engine.
<A href="samples/goodbye.htm">
<LI>Goodbye World</A>
<BR>Demonstrates the basics of scripting a Microsoft Agent character to respond to voice commands on a web page.
<BR>Requires: Agent Core Components, Text-To-Speech Engine, Command and Control Engine.
</UL>
<P>&nbsp;</FONT>
<P><FONT FACE="MS SANS SERIF" SIZE="1" COLOR="BLACK">
&#169; 1998 Microsoft Corporation. All rights reserved.</A>
</FONT>
</BODY>
</HTML>