Liked us?

d

Create your own text to speak in vbs 0

Coder Himanshu | Monday, January 10, 2011 |

There are lot of software use to speak the text written on them.But you can create your own manually in vbs script…..
copy below text and paste it in notepad.Then save it as .vbs extension It will work

Dim msg, sapi


msg=InputBox(“Enter your text”,”My text to speak”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
enjoy……

0 Responses So Far:

Drop Your Comments, Suggestions And Questions Below.

To Be Notified Of Replies Click The 'Subscribe By Email' Link Below The Comment Form.

Do Not Add Links To The Body Of Your Comment As They Will Not Be Published.