Re: Spellchecker
Phil Sayers <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
ms office components are not designed to be run in a non-user-interactive scenario. people have all sorts of headaches with automating word & excel server-side. It's a world we don't want to step into. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]]On Behalf Of Stacey Levine Sent: Monday, May 07, 2007 1:54 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] Spellchecker You should be able to do it from the server side.. which means you just have to have word installed on the server. Just create a DLL to access the spell checking in word and then pass it the information. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Phil Sayers Sent: Monday, May 07, 2007 12:24 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] Spellchecker we are unable to guarantee that any given user has msword installed. we were thinking along the lines of a SpellCheckingTextBox / RichText winforms control. or even a public webservice. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]]On Behalf Of Pardee, Roy Sent: Monday, May 07, 2007 12:22 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] Spellchecker I remember doing a little app in 1.0 that fired up the local copy of word offscreen, copy/pasted from my textbox into the active doc, did a spell check (and those dialogs all showed up centered on the screen) and then copy/pasted back from word into my textbox. Kind of ghetto, but it worked... This is a long winded way of suggesting word automation to you... ;-) -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Stacey Levine Sent: Monday, May 07, 2007 8:58 AM To: [email protected] Subject: Re: [DOTNET-WINFORMS] Spellchecker If word is installed on your webserver, could you not use that exposed object? -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Greg Robinson Sent: Monday, May 07, 2007 11:42 AM To: [email protected] Subject: [DOTNET-WINFORMS] Spellchecker There are certain fields in our app, .NET 2.0 Windows application, where users type the text into WORD, spell check it with WORD and then copy the text into our application. Is there 3rd party software we can purchase for this or perhaps a web service we can call into? Thanks, Greg Robinson