简体   繁体   English

如何在 IE10 的 Web 浏览器控件中启用拼写检查器

[英]How to enable spell checker in web browser control for IE10

I am trying to enable the spell checker feature coming with IE10 in my own application hosting web browser control.我正在尝试在我自己的托管 Web 浏览器控件的应用程序中启用 IE10 附带的拼写检查器功能。 According to this page http://msdn.microsoft.com/en-us/library/ee330735(v=vs.85).aspx#spellcheck , all I have to do is create a value myapp.exe and set it to 1 under the following registry key:根据此页面http://msdn.microsoft.com/en-us/library/ee330735(v=vs.85).aspx#spellcheck ,我所要做的就是创建一个值 myapp.exe 并将其设置为 1在以下注册表项下:

HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SPELLCHECKING HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SPELLCHECKING

or要么

HKLM\\Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SPELLCHECKING HKLM\\Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SPELLCHECKING

However, I tried it and it doesn't work.但是,我尝试了它,但它不起作用。 If you have been able to get it working, please share your experience.如果你已经能够让它工作,请分享你的经验。

It's switched on as standard, but is buggy for me, it works on some pages and in some text boxes but not all, it works fine for me on the IE test site :它作为标准打开,但对我来说有问题,它适用于某些页面和某些文本框但不是全部,它在 IE 测试站点上对我来说很好用:

http://ie.microsoft.com/testdrive/Browser/SpellChecking/ http://ie.microsoft.com/testdrive/Browser/SpellChecking/

Does that work for you?那对你有用吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM