ßilgisayarınızı Konuşturun [V.ßasic]

ALpMontana

КЯaL´da TaNıMaM КuяaL´da
Katılım
28 May 2006
Mesajlar
6,644
Reaction score
0
Puanları
0
Yaş
38
Konum
Eski Açık [ALiSamiYEN]
Artık bilgisayarınızda konuşuyor
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object,ByVal e As System.EventArgs)Handles
MyBase.Load
TextBox1.Text = "ALpMontana"
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim konus As New SpeechLib.SpVoice
konus.Speak(TextBox1.Text)
End Sub
End Class
 
Geri
Üst