I have a program that uses speech recognition for input. When speech recognition is enabled in Windows 7 every phrase spoken is parsed for commands. This causes many spurious command inputs. I would like to be able to enable speech recognition for my application, without having speech recognition for command input enabled. If I turn off speech recognition using the speech recognition tool it turns off ALL speech recognition.
I used
using System.Speech.Recognition;
with the default windows Desktop speech for win7