Hi all.
did you know where is the language processing forums?
Printable View
Hi all.
did you know where is the language processing forums?
:confused: Lanaguage processing forums?? What do you mean?Quote:
Originally Posted by thirith
i mean forum that they talk about spell checker...Quote:
Originally Posted by Hack
Spell Checker is a part of both Word and Excel so I image you would want the Office Development section.Quote:
Originally Posted by thirith
And if you are making your own spell checker application, then post it under the language (programming language) that you are making it in.
yes i want to develop spell check.Quote:
Originally Posted by baja_yu
reference Microsoft Word through COM interop and use Word.ApplicationClass.CheckSpelling(....
Won't that do the job?
See you can also check grammar (CheckGrammar)
Yes, it would be easy, but that is not the point. Maybe he needs it for something else, or to make it for his own language. Plus won't that reuqire all the users to have MS Office?
Thirith, you should post your questions in Classic VB forum if you work in VB 6 or earlier, or VB .Net if you work with .Net and so on.
Maybe. Going to be a hell of a lot of workQuote:
Maybe he needs it for something else, or to make it for his own language
No, as the word com object will be included in the project's installationQuote:
Plus won't that reuqire all the users to have MS Office?
Oh great !Quote:
Originally Posted by baja_yu
you right.