Created
August 23, 2016 19:21
-
-
Save djprmf/817ac3e4a65ab9ffb1a063358b72b237 to your computer and use it in GitHub Desktop.
Fazer o computador falar com o Bloco de Notas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dim message, sapi | |
message=InputBox("O que vou dizer hoje?") | |
Set sapi=CreateObject("sapi.spvoice") | |
sapi.Speak message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment