View Single Post
Old Nov 7th, 2006, 2:00 PM   #2
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 4 MBirchmeier is on a distinguished road
Quote:
Originally Posted by alphonso View Post
I just found this website that gives a source code for a voice recognition used in VB6, and it looks pretty much ok. Here's my problem: I know you have to use Speech SDK 5.1 alongside VB2005 to use voice recognition. Well, after downloading the Speech SDK, I'm now stuck...The VB6 upgrader doesn't work well (actually, it doesn't work), and the source codes I've found on the web are only text-to-speech, which is the inverse of what I want: Speech to text (You say a word or words, and it will appear in textboxes and listboxes, for example). Can anyone help me out here, please?
Can you create a VB6 DLL then call it from VB2005?

That might be the easiest idea if the VB6->2005 transition isn't working right.

-MBirchmeier
MBirchmeier is offline   Reply With Quote