|
Submitted on: |
7/27/2016 1:10:25 PM |
By: |
Nick Lappas
|
Level: |
Intermediate |
User Rating: |
Unrated |
Compatibility: |
VB.NET |
Views: |
5051 |
|
|
|
|
Test the Speaking Application Programming Interface (SAPI) of your Microsoft Windows system. It's a VBS code inside an HTML that calls SAPI to speak something.
|
|
<SCRIPT type="text/vbscript">
set sapi=createObject("SAPI.SpVoice")
txt1="Welcome to my Planet Source Code article! Was it awesome?"
sapi.speak txt1
x=msgbox("Stop hacking plz!")
|
|
|
Report Bad Submission
|
Your Vote
|
|
Other User Comments
|
|
There are no comments on this submission. |
Add Your Feedback
Your feedback will be posted below and an email sent to
the author. Please remember that the author was kind enough to
share this with you, so any criticisms must be stated politely, or they
will be deleted. (For feedback not related to this particular article, please
click here instead.)
To post feedback, first please login.
|