Results 1 to 2 of 2
  1. #1
    gunnybunny's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    12

    How To Make A Text To Speech

    I Do Take Credit In This TUT

    Heres A TUT ON How To Make A Text To Speech
    Things Needed
    1.VB 8
    2.Textbox
    3.Two Buttons

    Make The Text Box Multi Lined And Make That Buttons Named Start And Close

    Double Click Start And Put This
    Code:
            Dim SAPI
            SAPI = CreateObject("SAPI.spvoice")
            SAPI.speak(TextBox1.Text)

    Now Double Click Close And Type Close And Type
    Code:
    End
    Dont Say Thanks Press it

  2. The Following 7 Users Say Thank You to gunnybunny For This Useful Post:

    [MPGH]Disturbed (07-02-2009),dragonftw (09-21-2009),intelon67 (10-08-2009),kallebou (06-30-2009),kunal1212 (02-12-2011),SoFastToCatch (09-19-2011),Zoom (08-24-2009)

  3. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    thanks works

Similar Threads

  1. [TuT] How to make a Text to Speech Program For noobs
    By ryski123 in forum Visual Basic Programming
    Replies: 10
    Last Post: 03-12-2011, 09:16 PM
  2. how to make a text over a few lines ?
    By bohnenbong in forum WarRock - International Hacks
    Replies: 10
    Last Post: 11-09-2007, 10:51 AM
  3. How to make the server run
    By wowhaxor in forum Gunz General
    Replies: 3
    Last Post: 05-25-2006, 09:59 PM
  4. How to make a Zombie
    By arunforce in forum Art & Graphic Design
    Replies: 2
    Last Post: 01-27-2006, 08:07 AM
  5. How I make wallhack?
    By RaidenDXX in forum WarRock - International Hacks
    Replies: 6
    Last Post: 01-23-2006, 01:28 PM

Tags for this Thread