Admin Admin
Mesaj Sayısı : 63 Tecrübe Puanı : 173 Kayıt tarihi : 12/07/10
| Konu: Pc Konuştur(Kodlar) Salı Tem. 13, 2010 2:53 pm | |
| Project/Add Referans 'tan COM sekmesine gelin ve Microsoft Speech Object Library 'yi işaretleyin. Birde textbox1 ve button1 ekleyin. - Kod:
-
Dim konus As New SpeechLib.SpVoice Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load TextBox1.Text = "Welcome computer system [Linkleri görebilmek için üye olun veya giriş yapın.]End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click konus.Speak(TextBox1.Text) End Sub | |
|