Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. problem with ms agent??

problem with ms agent??

Scheduled Pinned Locked Moved Visual Basic
questionagentic-aihelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    flashmemory
    wrote on last edited by
    #1

    there is no sound when i run this simple code??what is the problem? Dim Peedy As AgentObjects.IAgentCtlCharacter Const PEEDYPATH = "Peedy.acs" Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Peedy.Speak("hi man how are you") End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load AxAgent1.Characters.Load("Peedy", PEEDYPATH) Peedy = AxAgent1.Characters("Peedy") Peedy.Show() 'Merlin.Play("GestureLeft") 'Merlin.Hide() End Sub

    K 1 Reply Last reply
    0
    • F flashmemory

      there is no sound when i run this simple code??what is the problem? Dim Peedy As AgentObjects.IAgentCtlCharacter Const PEEDYPATH = "Peedy.acs" Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Peedy.Speak("hi man how are you") End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load AxAgent1.Characters.Load("Peedy", PEEDYPATH) Peedy = AxAgent1.Characters("Peedy") Peedy.Show() 'Merlin.Play("GestureLeft") 'Merlin.Hide() End Sub

      K Offline
      K Offline
      KreativeKai
      wrote on last edited by
      #2

      Your problem is not code related. I have an application that I wrote two to three years ago when I was starting to learn Visual Studio and Visual Basic .NET. The application uses Peedy and I use the "Speak" syntax also. On my Windows XP development system, all I see are the words display over his head on the screen. On my Windows 2000 system I see the words, but also hear him say the words. I've compared my systems and have no idea what is installed on my old system that allows him to talk. My Windows 2000 system is about 7 years old and started out as Windows NT. I've installed many software applications on it and removed many of them over the years. I have no idea what driver or software is installed that allows him to speak, but I can say one thing. It's not the VB code. :sigh: Lost in the vast sea of .NET

      Visit my website at www.komputing.com

      -- modified at 12:44 Thursday 26th January, 2006

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups