Answer Posted / cherran
First Download the Genie.acs (Microsoft Animation Character)
from MSDN. Create one VB std.Exe app. with one button and a
textbox then paste the following code, now your app. will
speek what you typed in textbox. Note: you have to install
Speach Enginee before this.
Genie.Play "Write", "read" will animate the Character.
Dim Genie As IAgentCtlCharacterEx
Const DATAPATH = "genie.acs"
Private Sub Form_Load()
Agent1.Characters.Load "Genie", DATAPATH
Set Genie = Agent1.Characters("Genie")
Genie.LanguageID = &H409
TextBox.Text = "Hello World!"
End Sub
Private Sub Button_Click()
Genie.Show
Genie.Speak TextBox.Text
Genie.Play "Write"
Genie.Play "Read"
Genie.Hide
End Sub
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
___,___ and __ are difference between image and picture controls.
To.set the command button for ESC ___ Property has to be changed.
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
Specify technical & functional architecture of your last 2 projects.
What is the difference between change event in normal combobox and dbcombobox?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
___,__,___ are the type of combo box?
Which type of object requires this object?
How would you use ActiveX Dll and ActiveX Exe in your application?
what are the Types of cursors in RDO?
How do I make the mouse cursor invisible/visible?
What is DDE?
___ argument can be used to make a menuitem into bold.
What is the use of OLE?
How do I force a file dialogue box to reread the currect disk?