Text to Speech in VB.NET
Make a New WindowsFormApplication
make a new project and name it what you want.
Add a Text Box and a Button
Keep The textbox blank. Change the text of button to "Say The Text".
Code
double click the button. put this code in:
Dim SAPI
SAPI = CreateObject("SAPI.spvoice")
SAPI.Speak(TextBox1.Text)
Download Here:
http://www.mediafire.com/?6dueui4g33bp5gy
Dim SAPI
SAPI = CreateObject("SAPI.spvoice")
SAPI.Speak(TextBox1.Text)
Download Here:
http://www.mediafire.com/?6dueui4g33bp5gy