Hello All, Wednesday, May 25, 2016, 9:02:53 PM, you wrote:
DEH>>> and where its specification can be found. http://stackoverflow.com/questions/15418955/how-to-implement-a-spell-checker-for-microsoft-office : "There is a sample source code here (http://www.codeproject.com/Articles/1140/Using-the-Microsoft-Common-Spell-API) on how to implement a DLL which provides the spell checking service, and a PDF document describing the CSAPI. It is not that easy to obtain Microsoft's documentation (...) you have to submit a proposal of your project here (https://members.microsoft.com/omc/welcome.aspx) or contact someone at Microsoft Ireland (http://www.microsoft.com/en-ie/default.aspx) (they are the people in charge of the development and maintenance of the spell checking API), if it is approved they will send you the documentation needed. I should clarify that the CSAPI only provides the means to develop a spell checker for single words and only using VS C++ (No C# or VB), if you want to develop a Grammar Checker o a Thesaurus you have to ask for other APIs". -- Best regards, Alexey Zhuravliov mailto:[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
