Visual Studio Express 2005 Video Tutorial – Part 4 – Adding Text-To-Speech (TTS)





In this tutorial, we learn how to add speech to a application. You can download the source code for this project by clicking on this link: Text-To-Speech

Once you have downloaded the source code, you need to open Visual Basic Express 2005 and clicking on File/Open Project. Then, navigate to where you downloaded the source and click on the file that has the .sln (solution) extension.

Three steps are important in using speech in a VB application:

1. Add a reference to Microsoft Speech Object by going to Project/Add Reference/Com tab

2. Add the Imports SpeechLib statement at the top of the module that will be using the speech.

3. Create a new SpVoice object and call Voice() to read the text.

If you have any problems locating the Microsoft Speech object, you may need to download Microsoft Speech SDK 5.1

To download Visual Basic 2005 Express, please click here:

By far, the best hosting company that I have found for .NET applications is Discountasp.net. Discountasp.net provides many SQL tools that make it easy to remotely manage your sql database directly from your computer that other hosting companies like GoDaddy do not.

You can find a summary of over 700 video tutorials on a wide variety of programming topics at this .

Related posts:

  1. Visual Studio 2005 Express – Part 5 – Speech Recognition This video tutorial shows how to add speech recognition to...
  2. Visual Studio Express 2005 Video Tutorial – Part 3 – What is Visual Studio This video tutorial provides a high-level overview of what Visual...
  3. Visual Studio Express 2005 Video Tutorial – Part 1 Quick 2-minute tutorial shows how to install Visual Studio Visual...
  4. Visual Studio Express 2005 Video Tutorial – Part 2 This is the second of a series of asp net...
  5. Visual Studio 2005 Express – 6 – RAD – IronSpeed This video tutorial shows how to use Rapid Application Development...

Related posts brought to you by Yet Another Related Posts Plugin.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

This blog uses the cross-linker plugin developed by Web-Developers.Net