Friday 13 December 2013

Make a talking software by 1 minute

Today i am going to share a awesome tricks that you can make a talking software by 1 minut. I hope this tips will be useful & awesome to you.By the following direction you can able to talk your computer.



Lets know how to do it.. To do this you need complete 3 task just

first open a notepad & copy & paste the following code

Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

No save the note pad by this name : "Talk-it.vbs" in your favorable place .
after complete your software is ready just click to open & write any words your computer will talk. :-)

No comments:

Post a Comment