VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



How to make use of Microsoft Agent controls. A small program to make use of microsoft's office anim

by Martin Anbu Selvan (18 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 5th February 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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

Download this snippet    Add to My Saved Code

How to make use of Microsoft Agent controls. A small program to make use of microsoft's office anim Comments

No comments have been posted about How to make use of Microsoft Agent controls. A small program to make use of microsoft's office anim. Why not be the first to post a comment about How to make use of Microsoft Agent controls. A small program to make use of microsoft's office anim.

Post your comment

Subject:
Message:
0/1000 characters