Advertisement
ASP_Volume2 Coding Standards #37634

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