I am trying to create a VSIX plugin for Visual Studio using Speech Recognition and I need to have the speech recognition run in the background after the user activates it in the menu command. I have it instance my class, but the menu command ends and the
speech recognizer runs but it's no longer attached to my plugin command, because it's already ended. Is there a way to keep my menu command active so it can keep running in the background to recognise words and then run the events as needed? Or maybe there's
a better way to do it instead of a menu command? Any help is appreciated. Thanks.
↧