J
Jeffrey A. Voigt
OK, I've found this article that explains how to use the built in word spell
checking in your c# apps and it works great. The only thing is that when
word pops up it's spell checker dialog (which I want) it shows the word app
in the background. I through that if I simply set the word app.Visible =
false that it would take care of it. Well it works for the first item I'm
spell checking but I run though a lot of different items and on the next
consecutive item it makes word visible again.
So that is the main issue. Now, the next possible solution would be to make
sure word is always minimized. So I set the wordApp.WindowState to
minimized and it stays minimized which is great. The only problem with that
is shows Document 1 in the taskbar. If anythign I would like it to say
Spell Checking... or something along those lines. Knowing that I tried to
change the document name to "Spell Checking..." but I had no luck. Is there
a way to get the document name to change w/out saving the file? Or is there
a better solution to my problem perhaps?
If at all I know I can code a standalone dialog and forget about using the
build in word dialog while still having access to all of the spelling
errors, etc, but I do NOT want to write all of that code if I can simpily
fix it one of my other two ways I've mentioned.
Any help would be appreciated and thank you very much for your info in
advance.
-jv
checking in your c# apps and it works great. The only thing is that when
word pops up it's spell checker dialog (which I want) it shows the word app
in the background. I through that if I simply set the word app.Visible =
false that it would take care of it. Well it works for the first item I'm
spell checking but I run though a lot of different items and on the next
consecutive item it makes word visible again.
So that is the main issue. Now, the next possible solution would be to make
sure word is always minimized. So I set the wordApp.WindowState to
minimized and it stays minimized which is great. The only problem with that
is shows Document 1 in the taskbar. If anythign I would like it to say
Spell Checking... or something along those lines. Knowing that I tried to
change the document name to "Spell Checking..." but I had no luck. Is there
a way to get the document name to change w/out saving the file? Or is there
a better solution to my problem perhaps?
If at all I know I can code a standalone dialog and forget about using the
build in word dialog while still having access to all of the spelling
errors, etc, but I do NOT want to write all of that code if I can simpily
fix it one of my other two ways I've mentioned.
Any help would be appreciated and thank you very much for your info in
advance.
-jv