Home All Groups Group Topic Archive Search About
Author
12 Dec 2006 8:23 PM
Ryan
Is there anyway to enable spell-checking for user input in a Text Box?
Either auto spell-check or create a spell-check button.  Using VB 2005.

Author
12 Dec 2006 9:04 PM
Rad [Visual C# MVP]
On Tue, 12 Dec 2006 14:23:35 -0600, Ryan wrote:

> Is there anyway to enable spell-checking for user input in a Text Box?
> Either auto spell-check or create a spell-check button.  Using VB 2005.

Certainly not directly ... To do that you'll need some sort of third party
tool to do that. You could automate the office spell checker engine but i
think there may be licensing issues with that approach.

Or you could use a library like NetSpell
http://www.loresoft.com/Applications/NetSpell/default.aspx
Author
12 Dec 2006 9:20 PM
Ryan
Hmmm.. this is unfortunate.  A function built-in to Access as early as
version '97 doesn't make it into Visual Studio 2005?  There's got to be a
way to spell-check.

Show quoteHide quote
"Rad [Visual C# MVP]" <nospam@nospam.com> wrote in message
news:x7n277onraxf$.dlg@thinkersroom.com...
> On Tue, 12 Dec 2006 14:23:35 -0600, Ryan wrote:
>
>> Is there anyway to enable spell-checking for user input in a Text Box?
>> Either auto spell-check or create a spell-check button.  Using VB 2005.
>
> Certainly not directly ... To do that you'll need some sort of third party
> tool to do that. You could automate the office spell checker engine but i
> think there may be licensing issues with that approach.
>
> Or you could use a library like NetSpell
> http://www.loresoft.com/Applications/NetSpell/default.aspx
> --
> Bits.Bytes
> http://bytes.thinkersroom.com
Author
12 Dec 2006 9:29 PM
Marina Levit [MVP]
What development framework actually have support for spell checking? I don't
know of any. Please name some, preferably mainstream.

The .NET framework does not ship with a spell checking component. As you can
imagine, this would be a very complicated thing to write, especially given
internationalization, would MS be then expected to ship a version that could
spell check all the languages?

In any case, there are probably some free components out there - there is
the usual risk you take with those. There are also plenty of places selling
fully functional spell checkers that include support, etc.

Show quoteHide quote
"Ryan" <Tyveil@newsgroups.nospam> wrote in message
news:OJ6S8OjHHHA.4216@TK2MSFTNGP06.phx.gbl...
> Hmmm.. this is unfortunate.  A function built-in to Access as early as
> version '97 doesn't make it into Visual Studio 2005?  There's got to be a
> way to spell-check.
>
> "Rad [Visual C# MVP]" <nospam@nospam.com> wrote in message
> news:x7n277onraxf$.dlg@thinkersroom.com...
>> On Tue, 12 Dec 2006 14:23:35 -0600, Ryan wrote:
>>
>>> Is there anyway to enable spell-checking for user input in a Text Box?
>>> Either auto spell-check or create a spell-check button.  Using VB 2005.
>>
>> Certainly not directly ... To do that you'll need some sort of third
>> party
>> tool to do that. You could automate the office spell checker engine but i
>> think there may be licensing issues with that approach.
>>
>> Or you could use a library like NetSpell
>> http://www.loresoft.com/Applications/NetSpell/default.aspx
>> --
>> Bits.Bytes
>> http://bytes.thinkersroom.com
>
>
Author
12 Dec 2006 9:32 PM
Ryan
> In any case, there are probably some free components out there - there is
> the usual risk you take with those. There are also plenty of places
> selling fully functional spell checkers that include support, etc.

Do you have any recommendations?

Show quoteHide quote
"Marina Levit [MVP]" <someone@nospam.com> wrote in message
news:OEz0xRjHHHA.3616@TK2MSFTNGP06.phx.gbl...
> What development framework actually have support for spell checking? I
> don't know of any. Please name some, preferably mainstream.
>
> The .NET framework does not ship with a spell checking component. As you
> can imagine, this would be a very complicated thing to write, especially
> given internationalization, would MS be then expected to ship a version
> that could spell check all the languages?
>
>
> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
> news:OJ6S8OjHHHA.4216@TK2MSFTNGP06.phx.gbl...
>> Hmmm.. this is unfortunate.  A function built-in to Access as early as
>> version '97 doesn't make it into Visual Studio 2005?  There's got to be a
>> way to spell-check.
>>
>> "Rad [Visual C# MVP]" <nospam@nospam.com> wrote in message
>> news:x7n277onraxf$.dlg@thinkersroom.com...
>>> On Tue, 12 Dec 2006 14:23:35 -0600, Ryan wrote:
>>>
>>>> Is there anyway to enable spell-checking for user input in a Text Box?
>>>> Either auto spell-check or create a spell-check button.  Using VB 2005.
>>>
>>> Certainly not directly ... To do that you'll need some sort of third
>>> party
>>> tool to do that. You could automate the office spell checker engine but
>>> i
>>> think there may be licensing issues with that approach.
>>>
>>> Or you could use a library like NetSpell
>>> http://www.loresoft.com/Applications/NetSpell/default.aspx
>>> --
>>> Bits.Bytes
>>> http://bytes.thinkersroom.com
>>
>>
>
>
Author
13 Dec 2006 1:15 AM
Kevin Yu [MSFT]
Hi Ryan,

Yes, currently there is no built-in spelling check in .NET framework.
Developing a spelling check function on your own requires dictionary and
other components, which seems to be very complex. In this case, it's better
to use a 3rd-party component to achieve this.

Kevin Yu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Author
13 Dec 2006 1:52 PM
Ryan
Thanks for the info.  I'm looking for recommendations.  Has anyone tried
this one?
http://www.componentsource.com/products/componentone-spell-net/index.html

Show quoteHide quote
"Kevin Yu [MSFT]" <v-k***@online.microsoft.com> wrote in message
news:onAY7QlHHHA.4020@TK2MSFTNGHUB02.phx.gbl...
> Hi Ryan,
>
> Yes, currently there is no built-in spelling check in .NET framework.
> Developing a spelling check function on your own requires dictionary and
> other components, which seems to be very complex. In this case, it's
> better
> to use a 3rd-party component to achieve this.
>
> Kevin Yu
> Microsoft Online Community Support
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
> ==================================================
>
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
Author
15 Dec 2006 1:55 PM
Ryan
Is building in spellcheck to applications really that unpopular?  What do
you use, anyone?

Show quoteHide quote
"Ryan" <Tyveil@newsgroups.nospam> wrote in message
news:e3ArD5rHHHA.1240@TK2MSFTNGP03.phx.gbl...
> Thanks for the info.  I'm looking for recommendations.  Has anyone tried
> this one?
> http://www.componentsource.com/products/componentone-spell-net/index.html
>
> "Kevin Yu [MSFT]" <v-k***@online.microsoft.com> wrote in message
> news:onAY7QlHHHA.4020@TK2MSFTNGHUB02.phx.gbl...
>> Hi Ryan,
>>
>> Yes, currently there is no built-in spelling check in .NET framework.
>> Developing a spelling check function on your own requires dictionary and
>> other components, which seems to be very complex. In this case, it's
>> better
>> to use a 3rd-party component to achieve this.
>>
>> Kevin Yu
>> Microsoft Online Community Support
>>
>> ==================================================
>> Get notification to my posts through email? Please refer to
>> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.
>> Note: The MSDN Managed Newsgroup support offering is for non-urgent
>> issues
>> where an initial response from the community or a Microsoft Support
>> Engineer within 1 business day is acceptable. Please note that each
>> follow
>> up response may take approximately 2 business days as the support
>> professional working with you may need further investigation to reach the
>> most efficient resolution. The offering is not appropriate for situations
>> that require urgent, real-time or phone-based interactions or complex
>> project analysis and dump analysis issues. Issues of this nature are best
>> handled working with a dedicated Microsoft Support Engineer by contacting
>> Microsoft Customer Support Services (CSS) at
>> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>> ==================================================
>>
>> (This posting is provided "AS IS", with no warranties, and confers no
>> rights.)
>>
>
>
Author
27 Dec 2006 2:15 PM
Ryan
Just a follow up.  I decided on using ComponentOne's spell check object.  So
far have implemented it in 2 production applications and feedback has been
positive.  A lot of the other objects that come with the package are pretty
handy as well.

Ryan

Show quoteHide quote
"Ryan" <Tyveil@newsgroups.nospam> wrote in message
news:OREsTEFIHHA.3312@TK2MSFTNGP03.phx.gbl...
> Is building in spellcheck to applications really that unpopular?  What do
> you use, anyone?
>
> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
> news:e3ArD5rHHHA.1240@TK2MSFTNGP03.phx.gbl...
>> Thanks for the info.  I'm looking for recommendations.  Has anyone tried
>> this one?
>> http://www.componentsource.com/products/componentone-spell-net/index.html
>>
>> "Kevin Yu [MSFT]" <v-k***@online.microsoft.com> wrote in message
>> news:onAY7QlHHHA.4020@TK2MSFTNGHUB02.phx.gbl...
>>> Hi Ryan,
>>>
>>> Yes, currently there is no built-in spelling check in .NET framework.
>>> Developing a spelling check function on your own requires dictionary and
>>> other components, which seems to be very complex. In this case, it's
>>> better
>>> to use a 3rd-party component to achieve this.
>>>
>>> Kevin Yu
>>> Microsoft Online Community Support
>>>
>>> ==================================================
>>> Get notification to my posts through email? Please refer to
>>> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>>> ications.
>>> Note: The MSDN Managed Newsgroup support offering is for non-urgent
>>> issues
>>> where an initial response from the community or a Microsoft Support
>>> Engineer within 1 business day is acceptable. Please note that each
>>> follow
>>> up response may take approximately 2 business days as the support
>>> professional working with you may need further investigation to reach
>>> the
>>> most efficient resolution. The offering is not appropriate for
>>> situations
>>> that require urgent, real-time or phone-based interactions or complex
>>> project analysis and dump analysis issues. Issues of this nature are
>>> best
>>> handled working with a dedicated Microsoft Support Engineer by
>>> contacting
>>> Microsoft Customer Support Services (CSS) at
>>> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>>> ==================================================
>>>
>>> (This posting is provided "AS IS", with no warranties, and confers no
>>> rights.)
>>>
>>
>>
>
>
Author
27 Dec 2006 6:37 PM
RobinS
Thanks for posting your solution. I'm sure others will find it helpful.
Robin S.
----------------
Show quoteHide quote
"Ryan" <Tyveil@newsgroups.nospam> wrote in message
news:uUgm1HcKHHA.1248@TK2MSFTNGP02.phx.gbl...
> Just a follow up.  I decided on using ComponentOne's spell check
> object.  So far have implemented it in 2 production applications and
> feedback has been positive.  A lot of the other objects that come with
> the package are pretty handy as well.
>
> Ryan
>
> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
> news:OREsTEFIHHA.3312@TK2MSFTNGP03.phx.gbl...
>> Is building in spellcheck to applications really that unpopular?
>> What do you use, anyone?
>>
>> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
>> news:e3ArD5rHHHA.1240@TK2MSFTNGP03.phx.gbl...
>>> Thanks for the info.  I'm looking for recommendations.  Has anyone
>>> tried this one?
>>> http://www.componentsource.com/products/componentone-spell-net/index.html
>>>
>>> "Kevin Yu [MSFT]" <v-k***@online.microsoft.com> wrote in message
>>> news:onAY7QlHHHA.4020@TK2MSFTNGHUB02.phx.gbl...
>>>> Hi Ryan,
>>>>
>>>> Yes, currently there is no built-in spelling check in .NET
>>>> framework.
>>>> Developing a spelling check function on your own requires
>>>> dictionary and
>>>> other components, which seems to be very complex. In this case,
>>>> it's better
>>>> to use a 3rd-party component to achieve this.
>>>>
>>>> Kevin Yu
>>>> Microsoft Online Community Support
>>>>
>>>> ==================================================
>>>> Get notification to my posts through email? Please refer to
>>>> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>>>> ications.
>>>> Note: The MSDN Managed Newsgroup support offering is for non-urgent
>>>> issues
>>>> where an initial response from the community or a Microsoft Support
>>>> Engineer within 1 business day is acceptable. Please note that each
>>>> follow
>>>> up response may take approximately 2 business days as the support
>>>> professional working with you may need further investigation to
>>>> reach the
>>>> most efficient resolution. The offering is not appropriate for
>>>> situations
>>>> that require urgent, real-time or phone-based interactions or
>>>> complex
>>>> project analysis and dump analysis issues. Issues of this nature
>>>> are best
>>>> handled working with a dedicated Microsoft Support Engineer by
>>>> contacting
>>>> Microsoft Customer Support Services (CSS) at
>>>> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>>>> ==================================================
>>>>
>>>> (This posting is provided "AS IS", with no warranties, and confers
>>>> no
>>>> rights.)
>>>>
>>>
>>>
>>
>>
>
>
Author
28 Dec 2006 4:54 AM
Bruce W. Darby
Ryan,

Just a word of caution. The company I work for uses Component One grid
objects in our software. Another company in the same industry, different
focus, also uses Component One's grid objects and both of us have to be very
careful about how we register the objects. Component One provided us with an
application to register their objects literally, while they provided a
method to the other company to register the files referentially. The two
methods do not work well together at all. We are trying to get Component One
to fix this issue, but so far they have been unresponsive. The closest we
have been able to come to a resolution to this issue is to get rid of the
Component One objects or have the two applications installed on two seperate
computers.

Bruce

Show quoteHide quote
"Ryan" <Tyveil@newsgroups.nospam> wrote in message
news:uUgm1HcKHHA.1248@TK2MSFTNGP02.phx.gbl...
> Just a follow up.  I decided on using ComponentOne's spell check object.
> So far have implemented it in 2 production applications and feedback has
> been positive.  A lot of the other objects that come with the package are
> pretty handy as well.
>
> Ryan
>
> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
> news:OREsTEFIHHA.3312@TK2MSFTNGP03.phx.gbl...
>> Is building in spellcheck to applications really that unpopular?  What do
>> you use, anyone?
>>
>> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
>> news:e3ArD5rHHHA.1240@TK2MSFTNGP03.phx.gbl...
>>> Thanks for the info.  I'm looking for recommendations.  Has anyone tried
>>> this one?
>>> http://www.componentsource.com/products/componentone-spell-net/index.html
>>>
>>> "Kevin Yu [MSFT]" <v-k***@online.microsoft.com> wrote in message
>>> news:onAY7QlHHHA.4020@TK2MSFTNGHUB02.phx.gbl...
>>>> Hi Ryan,
>>>>
>>>> Yes, currently there is no built-in spelling check in .NET framework.
>>>> Developing a spelling check function on your own requires dictionary
>>>> and
>>>> other components, which seems to be very complex. In this case, it's
>>>> better
>>>> to use a 3rd-party component to achieve this.
>>>>
>>>> Kevin Yu
>>>> Microsoft Online Community Support
>>>>
>>>> ==================================================
>>>> Get notification to my posts through email? Please refer to
>>>> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>>>> ications.
>>>> Note: The MSDN Managed Newsgroup support offering is for non-urgent
>>>> issues
>>>> where an initial response from the community or a Microsoft Support
>>>> Engineer within 1 business day is acceptable. Please note that each
>>>> follow
>>>> up response may take approximately 2 business days as the support
>>>> professional working with you may need further investigation to reach
>>>> the
>>>> most efficient resolution. The offering is not appropriate for
>>>> situations
>>>> that require urgent, real-time or phone-based interactions or complex
>>>> project analysis and dump analysis issues. Issues of this nature are
>>>> best
>>>> handled working with a dedicated Microsoft Support Engineer by
>>>> contacting
>>>> Microsoft Customer Support Services (CSS) at
>>>> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>>>> ==================================================
>>>>
>>>> (This posting is provided "AS IS", with no warranties, and confers no
>>>> rights.)
>>>>
>>>
>>>
>>
>>
>
>
Author
28 Dec 2006 10:19 AM
Rad [Visual C# MVP]
On Wed, 27 Dec 2006 21:54:39 -0700, Bruce W. Darby wrote:

Show quoteHide quote
> Ryan,
>
> Just a word of caution. The company I work for uses Component One grid
> objects in our software. Another company in the same industry, different
> focus, also uses Component One's grid objects and both of us have to be very
> careful about how we register the objects. Component One provided us with an
> application to register their objects literally, while they provided a
> method to the other company to register the files referentially. The two
> methods do not work well together at all. We are trying to get Component One
> to fix this issue, but so far they have been unresponsive. The closest we
> have been able to come to a resolution to this issue is to get rid of the
> Component One objects or have the two applications installed on two seperate
> computers.
>
> Bruce

Hear hear! I've also had quite a number of problems with component one's
controls ... I've had enough and after evaluating Infragistics and
DevExpress for 2 months now I'm still unable to pick one horse and run with
it!

Here's a spell check component that looks interesting --plus comes with
full source code. Not free though

http://www.polarsoftware.com/products/spellchecker/index.asp


Author
28 Dec 2006 5:35 PM
Ryan
Bruce,

Thanks for the warning.  All the software I develop is only used in-house
(currently) so at the time being I don't forsee any conflicts with other 3rd
party software.  I will definitely keep this issue in mind though.

Ryan

Show quoteHide quote
"Bruce W. Darby" <kra***@comcast.net> wrote in message
news:EoCdnebQzoOa0w7YnZ2dnUVZ_vipnZ2d@comcast.com...
> Ryan,
>
> Just a word of caution. The company I work for uses Component One grid
> objects in our software. Another company in the same industry, different
> focus, also uses Component One's grid objects and both of us have to be
> very careful about how we register the objects. Component One provided us
> with an application to register their objects literally, while they
> provided a method to the other company to register the files
> referentially. The two methods do not work well together at all. We are
> trying to get Component One to fix this issue, but so far they have been
> unresponsive. The closest we have been able to come to a resolution to
> this issue is to get rid of the Component One objects or have the two
> applications installed on two seperate computers.
>
> Bruce
>
> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
> news:uUgm1HcKHHA.1248@TK2MSFTNGP02.phx.gbl...
>> Just a follow up.  I decided on using ComponentOne's spell check object.
>> So far have implemented it in 2 production applications and feedback has
>> been positive.  A lot of the other objects that come with the package are
>> pretty handy as well.
>>
>> Ryan
>>
>> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
>> news:OREsTEFIHHA.3312@TK2MSFTNGP03.phx.gbl...
>>> Is building in spellcheck to applications really that unpopular?  What
>>> do you use, anyone?
>>>
>>> "Ryan" <Tyveil@newsgroups.nospam> wrote in message
>>> news:e3ArD5rHHHA.1240@TK2MSFTNGP03.phx.gbl...
>>>> Thanks for the info.  I'm looking for recommendations.  Has anyone
>>>> tried this one?
>>>> http://www.componentsource.com/products/componentone-spell-net/index.html
>>>>
>>>> "Kevin Yu [MSFT]" <v-k***@online.microsoft.com> wrote in message
>>>> news:onAY7QlHHHA.4020@TK2MSFTNGHUB02.phx.gbl...
>>>>> Hi Ryan,
>>>>>
>>>>> Yes, currently there is no built-in spelling check in .NET framework.
>>>>> Developing a spelling check function on your own requires dictionary
>>>>> and
>>>>> other components, which seems to be very complex. In this case, it's
>>>>> better
>>>>> to use a 3rd-party component to achieve this.
>>>>>
>>>>> Kevin Yu
>>>>> Microsoft Online Community Support
>>>>>
>>>>> ==================================================
>>>>> Get notification to my posts through email? Please refer to
>>>>> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>>>>> ications.
>>>>> Note: The MSDN Managed Newsgroup support offering is for non-urgent
>>>>> issues
>>>>> where an initial response from the community or a Microsoft Support
>>>>> Engineer within 1 business day is acceptable. Please note that each
>>>>> follow
>>>>> up response may take approximately 2 business days as the support
>>>>> professional working with you may need further investigation to reach
>>>>> the
>>>>> most efficient resolution. The offering is not appropriate for
>>>>> situations
>>>>> that require urgent, real-time or phone-based interactions or complex
>>>>> project analysis and dump analysis issues. Issues of this nature are
>>>>> best
>>>>> handled working with a dedicated Microsoft Support Engineer by
>>>>> contacting
>>>>> Microsoft Customer Support Services (CSS) at
>>>>> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>>>>> ==================================================
>>>>>
>>>>> (This posting is provided "AS IS", with no warranties, and confers no
>>>>> rights.)
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>