.NET
speech.txt
Associated article: Examining the Dragon Speech-Recognition System
Tags: .NET
Published source code accompanying the article by Al Williams in which he uses Visual Basic 5 and Dragon Systems' DragonXTools toolkit to build a voice-activated autodialer. Since the custom controls are ActiveX controls, however, you can use most any language with them. Also see SPEECH.ZIP.
Examining the Dragon Speech-Recognition System
by Al Williams
Example 1:
If Not IsDDWinRunning() Then ' Dragon not running
If Not StartDDWin() Then ' Didn't start up either
MsgBox "Can't start DragonDictate"
End If
End If
Listing One
VERSION 5.00
Object = &...


