谢谢 Abeer Dear alli have a problem that i am trying to solve from few days but I cant find any solutionI am developing a windows application using VB.NET 2008, which is intended to be used by blind people , so user can use his voice as a Commandi need to disable speech dictation from windows vista in some control and enable it in others , or even make this option to the user ,i search a lot to find a way to disable dictation (speech to text) but i cant found any solutioni will be very thankful if anyone can help methanksAbeer推荐答案 感谢上帝:) 最后,我找到了解决方案,可能有人会需要它一天:) 语音识别可以在两种模式下工作,无论是命令控制还是听写模式,都可以在任何应用程序中禁用通过注册表编辑器, 禁用regedit对某些应用程序的听写: 插入字符串值(HKEY_CURRENT_USER \Software \ MicroSoft) \\ Discut!\\ Preference\AppCompatDisableDictation) 设置它的名称为application.exe文件,即禁用微软单词的听写,添加名为word.exe的新字符串 禁用命令时: 使用此键,添加要禁用语音命令的可执行应用程序(HKEY_CURRENT_USER \Software \ Mysoftoft \Speech \ Preference\ AppCompatDisableMSAA) 希望这可能对某些人有用:)Thanks God :)finally , i found a solution , may be someone will need it one day :)speech recognition can work in two modes , either command-and-control or dictation mode , both can be disabled in any application through registry editor , to disable dictation for some application from regedit:insert string value in (HKEY_CURRENT_USER\Software\Microsoft\Speech\Preferences\AppCompatDisableDictation)set it''s name to the application.exe file , i.e to disable dictation for microsoft word , add new string with name word.exe while to disable command :use this key, to add the executable application you wish to disable speech command within it(HKEY_CURRENT_USER\Software\Microsoft\Speech\Preferences\AppCompatDisableMSAA)hope this may be useful to some one :) 使用Vocola命令禁用听写,Text Off: 禁用() 命名空间►图书馆►听写►禁用 禁用Vocola听写。 语法 禁用() 示例 禁用Vocola听写。 Text Off = Dictation.Disable(); 说Text Off禁用Vocola听写。 这是Vocola的内置命令之一。 http://vocola.net/v3/FunctionLibrary/ [ ^ ] Disable dictation with the Vocola command, "Text Off":Disable()Namespaces ► Library ► Dictation ► DisableDisables Vocola dictation.SyntaxDisable()ExamplesDisable Vocola dictation.Text Off = Dictation.Disable();Saying "Text Off" disables Vocola dictation.This is one of Vocola''s built-in commands.http://vocola.net/v3/FunctionLibrary/[^] 这篇关于禁用Windows Vista语音听写(Windows窗体-VB.NET 2008)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-11 23:28