Follow The Following Steps..
1.Open Your Notepad and Copy the following code
Dim message, sapi
message=InputBox("Enter the text to be Spoken!","Text to speech SW")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.Save this file with file extension .vbs Ex- My Software.vbs
3. Open this file and copy any text paste to your software and enjoye it...
1.Open Your Notepad and Copy the following code
message=InputBox("Enter the text to be Spoken!","Text to speech SW")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.Save this file with file extension .vbs Ex- My Software.vbs
3. Open this file and copy any text paste to your software and enjoye it...