Does anybody know how you can disable Microsoft Word's Spell check engine using VC++?? Any help would be greatly appreciated.
rjnl
Posts
-
Disabling Spell Checker -
Click eventsGuys, I'm a beginner with ATL and I have a few questions... I wrote an ATL addin for MS word and found that its click event did not work with all open documents. I mean if i have multiple Word documents open, the click event only work with the first document. I then checked the article provided by Microsoft and also Amit Dey's article on Outlook, all of them fail when multiple windows ofthe same application is open. Any ideas on how to make an addin that will work under these conditions??????
-
MySpellmy problem starts when i include the SpellEdit class into my project. I get errors like undeclared identifiers
-
MySpellI'm having trouble integrating MySpell into my application. I was following the example given by Steve King (Spell Edit) but i keep getting compilation errors. Any suggestions?????????/
-
Customizing the menu itemsI'm doing a project where i'm developing a spell checker for our local language. It is to be as an add-in for MS Word. I'm Using MySpell for the spell checking. I also want to customize the menus so that the names are in our local language. Is it possible? Where can i get more information? I searched Microsoft's site but most of the things were too complicated for me (I'm just a beginner at the moment).
-
customizing MS Word MenubarHow do i add a custom menu(command) in the Tools menubar of MS Word? Help please, i'm a beginner!! Also anyone knows how to disable the spell checker, progmatically??
-
how to create setup filesi wrote an dialog based application. now i want to create a setup file for it. any ideas????????
-
ms word 2000i face a similar problem. any suggestions anyone??
-
ms word 2000i'm having trouble creating an add-in for ms word. some of the sample codes i received have errors in them. i want to create a command located under the Tools command bar. any ideas?????????
-
Spell Checker - UrgentHi guys, I'm writing a Spell Checker Add-in for Microsoft Word. Does anyone have any hints or tips. Is there any algorithm available or stuff like that?
-
translatori want to write a translator from English to a vernicular language. Any ideas as to how should go about going it? my translator should be integrated with another application software, eg MS Word.
-
how to integrate my applicaiton with MS Word??I need to make my application run within MS Word. Any ideas or suggestions?? Basically what i need to do is write a software and have it run with another existing software.