- make a textbox "text1"
- make command button "Command1"
- press ctrl +t
- scroll down till you find direction text to speech "DirectSS1"
- add this code
VB Code:
Private Sub Command1_Click() DirectSS1.Speak Text1.Text End Sub
- make a textbox "text1"
- make command button "Command1"
- press ctrl +t
- scroll down till you find direction text to speech "DirectSS1"
- add this code
VB Code:
Private Sub Command1_Click() DirectSS1.Speak Text1.Text End Sub
Last edited by wiz126; Sep 17th, 2005 at 07:19 AM.