Visual Studio Express 2005 Video Tutorial – Part 4 – Adding Text-To-Speech (TTS)
I had stumbled across Lynda.com many times before, but never stopped to try it out. I recently took the plunge and started using Lynda.com to help me improve my javascript skills (See Javascript Essential Training 2007 by Dori Smith). It has revolutionized my understanding of the language! I love the fact that the exercise files allow you to follow along in real time with what the instructor is saying. Learning by doing is an extremely powerful technique. I have to give the site an A+ for both quality and content.
I am planning on using Lynda Videos to help me improve in:
- HTML
- CSS
- Classic ASP
- .NET (included in ASP section)
- AJAX
- Silverlight (in Microsoft Section)
- SharePoint (in Microsoft Section)
- Web Design
- Blogging
- SEO
- and much more

Looking for premium .NET Training Videos? The best premium .NET Videos that I have found are at Learn Visual Studio. Those videos are only about 50 cents per hour, as compared to $25 per hour that other sites charge!
LearnVisualStudio is currently having a 25% off sale ($50 savings) and giving away a free membership to TrainingSpot ($60 value) when LVS Lifetime Membership is purchased.


Limited Time Offer: Free Lifetime Membership to Progress Monitor ($24.95 value) when you purchase any membership at Learn Visual Studio, Lynda Videos or any hosting account at DiscountASP - just forward order confirmation to harvey007@sbcglobal.net
In this tutorial, we learn how to add speech to a visual basic application. You can download the VB 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: Visual Studio 2005 Express – Part 1 – Installing VB Express
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 post.
Related posts:
- Visual Studio 2005 Express – Part 5 – Speech Recognition This video tutorial shows how to add speech recognition to...
- Visual Studio Express 2005 Video Tutorial – Part 3 – What is Visual Studio This video tutorial provides a high-level overview of what Visual...
- Visual Studio Express 2005 Video Tutorial – Part 1 Quick 2-minute tutorial shows how to install Visual Studio Visual...
- Visual Studio Express 2005 Video Tutorial – Part 2 This is the second of a series of asp net...
- 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.
