What I'd like to do is say take text (either typed into the program or from a text file) and run it through a spelling and grammar check.
The spell checking part isn't too hard. I just have a list of words and say does this word = oneofthese words. If so, it's all gravy baby. But, I don't even want to touch coding for grammar checking.
What'd be cool is if I could tap into Word's spelling and grammar check. Have those dialogboxes pop up without the user ever seein Word. Is this doable?
Here's my flow:
Get Text
Load Word
Paste Text into Word
Run Spelling/Grammar Check - Don't know how, but I imagine it wouldn't take more than a quick search.
Display Dialog Boxes w/o Showing Word - I need help here.
Grab Modified Text From Word
Return Modified Text to User
Any help with this is greatly appreciated.
The spell checking part isn't too hard. I just have a list of words and say does this word = oneofthese words. If so, it's all gravy baby. But, I don't even want to touch coding for grammar checking.
What'd be cool is if I could tap into Word's spelling and grammar check. Have those dialogboxes pop up without the user ever seein Word. Is this doable?
Here's my flow:
Get Text
Load Word
Paste Text into Word
Run Spelling/Grammar Check - Don't know how, but I imagine it wouldn't take more than a quick search.
Display Dialog Boxes w/o Showing Word - I need help here.
Grab Modified Text From Word
Return Modified Text to User
Any help with this is greatly appreciated.