Advertisement
1_2002 Coding Standards #110132

Voice Recognition (REALLY WORKS-GREAT!)

Will Read Out Whatever You Type In!

AI

AI சுருக்கம்: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

மூலக் குறியீடு
original-source
Private Sub Command1_Click()
 On Error Resume Next
     Set mer = Agent1.Characters("merlin")
     mer.LanguageID = &H409
     mer.Show
     mer.Stop
     mer.Speak Text1.Text
End Sub

Private Sub Form_Load()
  Agent1.Characters.Load "merlin", merlin
  Set mer = Agent1.Characters("merlin")
End Sub
அசல் கருத்துகள் (3)
வேபேக் மெஷினிலிருந்து (Wayback Machine) மீட்டெடுக்கப்பட்டது