Results 1 to 4 of 4

Thread: How could I start a talking Program

  1. #1

    Thread Starter
    Lively Member Feras's Avatar
    Join Date
    Sep 2000
    Location
    Homs, Syria
    Posts
    85

    Red face

    Hi
    I want to start with a very important program for me, a talking program.
    But I don't know what is the proramming technology used for it.
    Can any one show me a little sample to do that?
    Can any one lead me somewhere I can learn about?


    With my pure thanks.
    Yesterday is history ... Tomorrow is mistry .. Today is a gift.

    VB6 , intermidiat

  2. #2
    Guest
    Easy. Simply download and install MSAgent (and make sure a speech engine is also installed). These can all be obtained from the MS Website.

    The talking part is easy too. From the components list, add the Microsoft Direct Text to Speech control. Next, add a standard TextBox and CommandButton.

    Insert the following code into your Form.
    Code:
    Private Sub Command1_Click
        TextToSpeech1.Speak Text
    End Sub
    Noew whatever is in the TextBox will we spoken when you press the button.

  3. #3

    Thread Starter
    Lively Member Feras's Avatar
    Join Date
    Sep 2000
    Location
    Homs, Syria
    Posts
    85
    Thanks but I need to read in a deferent language like arabic, that's why I asked for the technology.

    Waiting for further help, thanks.
    Yesterday is history ... Tomorrow is mistry .. Today is a gift.

    VB6 , intermidiat

  4. #4

    Thread Starter
    Lively Member Feras's Avatar
    Join Date
    Sep 2000
    Location
    Homs, Syria
    Posts
    85

    Angry Still no help

    I read the documentations about the Microsoft Agent
    http://msdn.microsoft.com/workshop/c...nt/default.asp
    and I found that it not supports the Arabic language with the speech input and output engines.

    What is the technology (or code) of controlling the SoundCard output?
    Is it possible in VB or not?
    Is it so hard to perform?

    I hope to get a sufficient answer here.
    Thank you all.
    Yesterday is history ... Tomorrow is mistry .. Today is a gift.

    VB6 , intermidiat

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width