• Welcome to ForumKorner!
    Join today and become a part of the community.

How to: Text to speech in Visual Basic 2008

nofear1999

Member
Reputation
0
Simply under the public class add "dim SAPI" and then under a button add "SAPI = CreateObject("sapi.spvoice")" and "sapi.speak(TextBox1.Text)"
Boom your code is done!
 

Don.

Member
Reputation
0
Dude i was looking for this for awhile. Now i can troll on xbox. Thank you!
 

peelsaven

Member
Reputation
0
thank you so much for this I really need to get more into visual basic and learn it more
 

Mrulez

Member
Reputation
0
OoOh.....cool....i was really looking for it...thanks for this great information...
 

pipergale

Member
Reputation
0
I was thinking of learning coding, for the simple fact that there is a lot of money to be made online in this area. This seems pretty useful for later on, but for now i have to learn the basics. I'll just download a text-to-speech program for now