Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim speech
speech = CreateObject("sapi.spvoice")
speech.speak(TextBox1.Text)
End Sub
End Class
murtazamzk 26 Light Poster
kvprajapati 1,826 Posting Genius Team Colleague
jerson.d.boringot 0 Newbie Poster
DM Galaxy -6 Junior Poster in Training
YogeshD 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.