Hi everybody, I have to reimplement the grammar check for a special purpose
(dyslexia), and I don't know where I have to start.
It's quite simple: First, capture a portion of text (a phrase), then send it
to an analizer that I already have, and show what is wrong in Word editor
2007.
Another question is: how can I display the analisys just near the phrase
I've analized?
Thank you in advance
AC
Anand.V.V.N - 27 Mar 2008 16:27 GMT
Hi,
To display the analysis just near the phase, I think you can you can insert
a sentense if that's what you mean, after the phrase. I am relly not sure
about 2007 programming for word, so I am bit confused about the word editor
2007, does it mean that you want to show it in a new document? or you want to
display in the grammer and spelling dialogbox? Other way is to have create a
user form that would display the resualt of your analysis.
Hope this makes some sense
Anand.V.V.N

Signature
"Who will guard the guards?"
> Hi everybody, I have to reimplement the grammar check for a special purpose
> (dyslexia), and I don't know where I have to start.
[quoted text clipped - 7 lines]
>
> AC