This is the first of a series of lessons in which we will learn how to create your own text to speech program.
Hello everybody, visual basic is a very easy language and you can easily learn it with my help. It will really help you if you are dealing alot with computers.
Today I am going to show you how to create a basic text to speech software in Visual Basic. Before we start you must have visual basic 2008 to do that.
Here some simple steps of how to do the software.
1. Add a richtextbox from the toolbox menu
2. Add a button
3. Double click the button
4. Type the following code for the button:
5. Have fun
Dim sapi = CreateObject(”Sapi.spvoice”)
sapi.speak (richtextbox1.text)
If you this article helped you kindly click on the I like it button.












5 Responses
sorry guys step 5 should be after the code, forgive me
Thanks for this I will have fun giveing this a go I lucky I can just turn my computer on lol.
Ya lol
Great instructions, thanks
welcome,