SMS ke ucapan vb.net

Dim SAPI As Object
sAPI = CreateObject("SAPI.spvoice")
SAPI.speak(TextBox1.Text)
Helpful Hawk