[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

spell check tool with web app

paul

4/14/2008 8:36:00 PM

Hi I think I posted this before but with a search still could not find the
result. Looking for a spell check tool that integrates nicely with vs.net
2005 (web apps), already has the word library built. It does not have to be
freeware.
Thanks
--
Paul G
Software engineer.
5 Answers

Scott M.

4/15/2008 2:07:00 PM

0

How about using the Office Primary InterOp Assemblies (PIA's) and just use
the Office spell checker via automation?


"Paul" <Paul@discussions.microsoft.com> wrote in message
news:A37B7D79-ACB1-46B6-863D-D533ADBEB323@microsoft.com...
> Hi I think I posted this before but with a search still could not find the
> result. Looking for a spell check tool that integrates nicely with vs.net
> 2005 (web apps), already has the word library built. It does not have to
> be
> freeware.
> Thanks
> --
> Paul G
> Software engineer.


paul

4/15/2008 3:01:00 PM

0

Hi thanks for the response. Does this use office on the client machine or
does it require an additional installation on the client machines? If so
this would be ok since all of our users have office 2003 and will have the
new version soon. An additional installation would be a lot of extra work
but still doable. How do you set it up as I am not sure how it works. Any
writeups on this or examples?
--
Paul G
Software engineer.


"Scott M." wrote:

> How about using the Office Primary InterOp Assemblies (PIA's) and just use
> the Office spell checker via automation?
>
>
> "Paul" <Paul@discussions.microsoft.com> wrote in message
> news:A37B7D79-ACB1-46B6-863D-D533ADBEB323@microsoft.com...
> > Hi I think I posted this before but with a search still could not find the
> > result. Looking for a spell check tool that integrates nicely with vs.net
> > 2005 (web apps), already has the word library built. It does not have to
> > be
> > freeware.
> > Thanks
> > --
> > Paul G
> > Software engineer.
>
>
>

Scott M.

4/15/2008 4:43:00 PM

0

If this is a client application and you know that Office 2003 is on the
client machine then there should be no installation issues to worry about.

This article should help:

http://msdn2.microsoft.com/en-us/librar...(office.11).aspx

-Scott



"Paul" <Paul@discussions.microsoft.com> wrote in message
news:1AE17CA7-7B28-46A9-9293-55381B494A07@microsoft.com...
> Hi thanks for the response. Does this use office on the client machine or
> does it require an additional installation on the client machines? If so
> this would be ok since all of our users have office 2003 and will have the
> new version soon. An additional installation would be a lot of extra work
> but still doable. How do you set it up as I am not sure how it works.
> Any
> writeups on this or examples?
> --
> Paul G
> Software engineer.
>
>
> "Scott M." wrote:
>
>> How about using the Office Primary InterOp Assemblies (PIA's) and just
>> use
>> the Office spell checker via automation?
>>
>>
>> "Paul" <Paul@discussions.microsoft.com> wrote in message
>> news:A37B7D79-ACB1-46B6-863D-D533ADBEB323@microsoft.com...
>> > Hi I think I posted this before but with a search still could not find
>> > the
>> > result. Looking for a spell check tool that integrates nicely with
>> > vs.net
>> > 2005 (web apps), already has the word library built. It does not have
>> > to
>> > be
>> > freeware.
>> > Thanks
>> > --
>> > Paul G
>> > Software engineer.
>>
>>
>>


paul

4/15/2008 5:35:00 PM

0

Hi thanks for the additional information. I just found out that office may
not be on all client machines. Do you know if you can add the office dll to
the web project and somehow use the microsoft office word spell check within
the web app?
--
Paul G
Software engineer.


"Scott M." wrote:

> If this is a client application and you know that Office 2003 is on the
> client machine then there should be no installation issues to worry about.
>
> This article should help:
>
> http://msdn2.microsoft.com/en-us/librar...(office.11).aspx
>
> -Scott
>
>
>
> "Paul" <Paul@discussions.microsoft.com> wrote in message
> news:1AE17CA7-7B28-46A9-9293-55381B494A07@microsoft.com...
> > Hi thanks for the response. Does this use office on the client machine or
> > does it require an additional installation on the client machines? If so
> > this would be ok since all of our users have office 2003 and will have the
> > new version soon. An additional installation would be a lot of extra work
> > but still doable. How do you set it up as I am not sure how it works.
> > Any
> > writeups on this or examples?
> > --
> > Paul G
> > Software engineer.
> >
> >
> > "Scott M." wrote:
> >
> >> How about using the Office Primary InterOp Assemblies (PIA's) and just
> >> use
> >> the Office spell checker via automation?
> >>
> >>
> >> "Paul" <Paul@discussions.microsoft.com> wrote in message
> >> news:A37B7D79-ACB1-46B6-863D-D533ADBEB323@microsoft.com...
> >> > Hi I think I posted this before but with a search still could not find
> >> > the
> >> > result. Looking for a spell check tool that integrates nicely with
> >> > vs.net
> >> > 2005 (web apps), already has the word library built. It does not have
> >> > to
> >> > be
> >> > freeware.
> >> > Thanks
> >> > --
> >> > Paul G
> >> > Software engineer.
> >>
> >>
> >>
>
>
>

Scott M.

4/15/2008 11:30:00 PM

0

Yes, you can. The link I provided tells how to do it. It's not difficult.


"Paul" <Paul@discussions.microsoft.com> wrote in message
news:F3020627-A1F9-4B1B-AB11-F36EB271E31E@microsoft.com...
> Hi thanks for the additional information. I just found out that office
> may
> not be on all client machines. Do you know if you can add the office dll
> to
> the web project and somehow use the microsoft office word spell check
> within
> the web app?
> --
> Paul G
> Software engineer.
>
>
> "Scott M." wrote:
>
>> If this is a client application and you know that Office 2003 is on the
>> client machine then there should be no installation issues to worry
>> about.
>>
>> This article should help:
>>
>> http://msdn2.microsoft.com/en-us/librar...(office.11).aspx
>>
>> -Scott
>>
>>
>>
>> "Paul" <Paul@discussions.microsoft.com> wrote in message
>> news:1AE17CA7-7B28-46A9-9293-55381B494A07@microsoft.com...
>> > Hi thanks for the response. Does this use office on the client machine
>> > or
>> > does it require an additional installation on the client machines? If
>> > so
>> > this would be ok since all of our users have office 2003 and will have
>> > the
>> > new version soon. An additional installation would be a lot of extra
>> > work
>> > but still doable. How do you set it up as I am not sure how it works.
>> > Any
>> > writeups on this or examples?
>> > --
>> > Paul G
>> > Software engineer.
>> >
>> >
>> > "Scott M." wrote:
>> >
>> >> How about using the Office Primary InterOp Assemblies (PIA's) and just
>> >> use
>> >> the Office spell checker via automation?
>> >>
>> >>
>> >> "Paul" <Paul@discussions.microsoft.com> wrote in message
>> >> news:A37B7D79-ACB1-46B6-863D-D533ADBEB323@microsoft.com...
>> >> > Hi I think I posted this before but with a search still could not
>> >> > find
>> >> > the
>> >> > result. Looking for a spell check tool that integrates nicely with
>> >> > vs.net
>> >> > 2005 (web apps), already has the word library built. It does not
>> >> > have
>> >> > to
>> >> > be
>> >> > freeware.
>> >> > Thanks
>> >> > --
>> >> > Paul G
>> >> > Software engineer.
>> >>
>> >>
>> >>
>>
>>
>>