jhylands

Speach

Jan 3rd, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.12 KB | None | 0 0
  1. Public sub Speak(Text)
  2.         Dim SAPI
  3.         SAPI = CreateObject("SAPI.spvoice")
  4.         SAPI.Speak(Text)
  5. End Sub
Advertisement
Add Comment
Please, Sign In to add comment