hi all
Ive tried to use speach component by adding its reference
into my application but no sound heard and no expection ?
code into my button and text = "Hello"
Ive tried to use speach component by adding its reference
into my application but no sound heard and no expection ?
code into my button and text = "Hello"
Code:
Dim sp As New ACTIVEVOICEPROJECTLib.DirectSS()
sp.Speed = 200
Try
sp.Speak(Me.txtSpeak.Text)
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try