[TuT] How to make a Text to Speech Program For noobs
What you will need:
VB 2008 (Dont know if it matters)
TextBox
2 Buttons
Step 1
Add a Text box and 1 Button
Step 2
Double Click "Button1" and type:
Code:
Dim Speech
Speech = CreateObject("sapi.spvoice")
Speech.speak(TextBox1.Text)
Step 3
Rename "Button1" to "Speak"
Step 4
Add Another Button and name this "Exit" Or "Close" (Your choice) Double click this button and enter:
"me.close()" Makes your Text to Speech Program close
Step 5
Press "F5" on your keyboard or click the "Debug" Button
If all done correctly the text you type in the Textbox will become a voice
Credits to me