How to make use of Microsoft Agent controls. A small program to make use of microsoft's office anim
How to make use of Microsoft Agent controls. A small program to make use of microsoft's office animation.
API Declarations
'[email protected]
'chennai
' Add MICROSOFT AGENT CONTROL 2.0 from components
'search for acs that is installed in ur computer. search *.acs .u will find the agents in ur computer
Dim santaclaus As IAgentCtlCharacter
Rate How to make use of Microsoft Agent controls. A small program to make use of microsoft's office anim
(2(2 Vote))
santaclaus.Show
santaclaus.Speak Text1.Text
santaclaus.Hide
End Sub
Private Sub Form_Load()
Agent1.Characters.Load "santaclaus","get the path of the agent in your system and include the filename with the extension"
Set santaclaus = Agent1.Characters("santaclaus")
Text1.Text = "Hello World!"
End Sub
How to make use of Microsoft Agent controls. A small program to make use of microsoft's office anim Comments
No comments yet — be the first to post one!
Post a Comment