R
Robert Goodman
I am using OLE to embed MsWord as an editor in my application. Everything
seems to work fine, except the spell check as you go doesn't underline
anything until you click off my window and click on some other window... then
the wavy lines show up, and it works fine from then on. This is happening on
Word 2003 and Word 2007.
Any way to fix this....
My code C++ (after everything is set up) looks like:
Doc.Activate();
Doc.SetShowSpellingErrors(TRUE);
Doc.SetShowGrammaticalErrors(TRUE);
Thanks
seems to work fine, except the spell check as you go doesn't underline
anything until you click off my window and click on some other window... then
the wavy lines show up, and it works fine from then on. This is happening on
Word 2003 and Word 2007.
Any way to fix this....
My code C++ (after everything is set up) looks like:
Doc.Activate();
Doc.SetShowSpellingErrors(TRUE);
Doc.SetShowGrammaticalErrors(TRUE);
Thanks