The Agent--Part 1
Click here for Microsoft's Agent Homepage. You can download the Agent program, Speech Engines and different characters. You can also get info about all of the different options available to each character.
Documentation: To see what the agents can do, see the animation lists: Genie Robby Peedy Merlin |
Free software
One of the best things about the Agent is that it's all free. Here's some useful links on the Microsoft website: |
From Visual Basic's Menu bar, choose Project> Components
Check Microsoft Agent Control 2.0, OK |
|
You should have the agent in your toolbox. Add an
agent control to your form.
Important note: Since we have added a component to our project, we will need to finally save the project file. Later on, when you want to look at this project again, you'll double-click on the project file, not just the form. |
|
This is the basic code to get the Genie setup, appear on the screen, say Hello and read. | |
Here's the list of all of the different animations that the Genie can do. | |
Here's a simple example of using the agent, a textbox and a button to make the Genie speak what you type. | |
To see what the agents can do, see the animation lists: | Option Explicit Dim Genie Private Sub Command1_Click() Private Sub Form_Load() |
|