Problem using MsWord as an embedded editor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top