Results 1 to 8 of 8

Thread: VB - Text to Speech - SpeechLib

Threaded View

  1. #1
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 05
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Post VB - Text to Speech - SpeechLib

    1. make a textbox "text1"
    2. make command button "Command1"
    3. press ctrl +t
    4. scroll down till you find direction text to speech "DirectSS1"
    5. add this code


    VB Code:
    1. Private Sub Command1_Click()
    2. DirectSS1.Speak Text1.Text
    3. End Sub
    Last edited by wiz126; Sep 17th, 2005 at 07:19 AM.

Posting Permissions

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