“Simple coding for whatever we want to speak it up” - t
Responsive Ads Here

Post Top Ad

Your Ad Spot

February 03, 2013

“Simple coding for whatever we want to speak it up”


     In this post, we are going to show about a simple coding technique that your computer will speak it up whatever we are going to be typing any text to it.
     So what we are required  i.e. programming coding that will go to save a filename.vbs . Let’s start to our journey —

1.   First open notepad and copy this following coding —
                 
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message



2.  Then save as the file in the filename.vps on your desktop.


   Now run that program file and type some text or even  you can type it your name. After typing just press enter then you will hear your name or others that’s you had typed and the program will automatically close.


In our next post, we are going to discuss about how to change window starting sound into a sound of your name or any others. So see  you on our next post and thank you  for  reading.

2 comments:

Post Top Ad

Your Ad Spot