How would you activate animation control?
Answer / 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 |
which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?
how many no of controls in form?
16 Answers AIMS, Airex Logistics,
How would you run your ActiveX Document Dll?
What is the statement to extract 4 characters from the middle of a string?
What is the size of the variant data type?
Is it possible to Access BackEnd procedures?
what is the difference between procedures,attributes and functions?
To connect the Data Control with Back end What are all the properties to be set?
What is meant by building a recordset.
what are the Differenct Types of Procedures in VB?
What is the-use of property page Wizard in ActiveX Control?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)