Public Class Form1 Dim a As New SpeechLib.SpVoice Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click a.Speak(TextBox1.Text) End Sub End Class yasin abc@hotmail.com