Including Microsoft Office Spell Checker in own application

时光总嘲笑我的痴心妄想 提交于 2019-12-02 06:42:36

问题


I heard a while ago that the Microsoft Office Spell Checker could be included in own application by using the COM interface of it. Someone remembers the details? Which dll, or which ActiveX Object was it?


回答1:


I have been investigating this just a month ago. It seems that it was possible, but if I remember well since Office 2003 the embeddable COM component has been removed. You will have to look for older versions if you want to do so. Unfortunately I don't have any link, but it took me few minutes to find the appropiate explanations in Microsoft forums.

I have been evaluating some commercial editors with spellchecking support, so we'll buy one of these.

BTW, I need multiple languages so I looked for alternatives to Microsoft, but for english and another couple of languages, you can use directly Microsoft Rich text editor. I didn't play with it however.



来源:https://stackoverflow.com/questions/5535550/including-microsoft-office-spell-checker-in-own-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!