Not sure if I can do this or not, and I don't have the Office SDK to find the answer.
Here is my scenario.
We have a VB application that has various user inputs. The users have now asked if I can add a spell checker for them so that their reports have less spelling mistakes in them.
I am on a shoe string budget for this project, so I am trying use what I know will be on the clients machines. I know that they will all have Word 97. I know that word 97 has a spell checker in it.
Does anyone have an idea on whether I could "steal" (for lack of a better word) the spell checker in it to use for this ap?
I'm thinking I should be able to create a word ap within the VB Ap, then basically say something along the lines of wordap.dictionary.spellcheck(someword) to check if the word is in the dictionary. Where I see the problem though, is defining which dictionary to use.
So if any of you guys out there happens to have the Office SDK would you mind looking it up for me and telling me what path I need to head down to use the spell checker from Word.
Here is my scenario.
We have a VB application that has various user inputs. The users have now asked if I can add a spell checker for them so that their reports have less spelling mistakes in them.
I am on a shoe string budget for this project, so I am trying use what I know will be on the clients machines. I know that they will all have Word 97. I know that word 97 has a spell checker in it.
Does anyone have an idea on whether I could "steal" (for lack of a better word) the spell checker in it to use for this ap?
I'm thinking I should be able to create a word ap within the VB Ap, then basically say something along the lines of wordap.dictionary.spellcheck(someword) to check if the word is in the dictionary. Where I see the problem though, is defining which dictionary to use.
So if any of you guys out there happens to have the Office SDK would you mind looking it up for me and telling me what path I need to head down to use the spell checker from Word.