Soucre code by gunnybunny - credits to him for the code
Originally Posted by gunnybunny
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
Thank me if you liked this!
You should really post the source code on it, so other people can make this, especially if they don't feel like going to youtube...
Then you might get some thanks if people are nice...
Originally Posted by Pixie
You should really post the source code on it, so other people can make this, especially if they don't feel like going to youtube...
Then you might get some thanks if people are nice...