473,383 Members | 1,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Text Box Spell Check

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.
Dec 12 '06 #1
12 5865
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...l/default.aspx
--
Bits.Bytes
http://bytes.thinkersroom.com
Dec 12 '06 #2
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]" <no****@nospam.comwrote in message
news:x7***************@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...l/default.aspx
--
Bits.Bytes
http://bytes.thinkersroom.com

Dec 12 '06 #3
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.

"Ryan" <Ty****@newsgroups.nospamwrote in message
news:OJ**************@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]" <no****@nospam.comwrote in message
news:x7***************@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...l/default.aspx
--
Bits.Bytes
http://bytes.thinkersroom.com


Dec 12 '06 #4
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?

"Marina Levit [MVP]" <so*****@nospam.comwrote in message
news:OE**************@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" <Ty****@newsgroups.nospamwrote in message
news:OJ**************@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]" <no****@nospam.comwrote in message
news:x7***************@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...l/default.aspx
--
Bits.Bytes
http://bytes.thinkersroom.com



Dec 12 '06 #5
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/subscripti...ult.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/subscripti...t/default.aspx.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Dec 13 '06 #6
Thanks for the info. I'm looking for recommendations. Has anyone tried
this one?
http://www.componentsource.com/produ...net/index.html

"Kevin Yu [MSFT]" <v-****@online.microsoft.comwrote in message
news:on**************@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/subscripti...ult.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/subscripti...t/default.aspx.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Dec 13 '06 #7
Is building in spellcheck to applications really that unpopular? What do
you use, anyone?

"Ryan" <Ty****@newsgroups.nospamwrote in message
news:e3**************@TK2MSFTNGP03.phx.gbl...
Thanks for the info. I'm looking for recommendations. Has anyone tried
this one?
http://www.componentsource.com/produ...net/index.html

"Kevin Yu [MSFT]" <v-****@online.microsoft.comwrote in message
news:on**************@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/subscripti...ult.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/subscripti...t/default.aspx.
================================================= =

(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Dec 15 '06 #8
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" <Ty****@newsgroups.nospamwrote in message
news:OR**************@TK2MSFTNGP03.phx.gbl...
Is building in spellcheck to applications really that unpopular? What do
you use, anyone?

"Ryan" <Ty****@newsgroups.nospamwrote in message
news:e3**************@TK2MSFTNGP03.phx.gbl...
>Thanks for the info. I'm looking for recommendations. Has anyone tried
this one?
http://www.componentsource.com/produ...net/index.html

"Kevin Yu [MSFT]" <v-****@online.microsoft.comwrote in message
news:on**************@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/subscripti...ult.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/subscripti...t/default.aspx.
================================================ ==

(This posting is provided "AS IS", with no warranties, and confers no
rights.)



Dec 27 '06 #9
Thanks for posting your solution. I'm sure others will find it helpful.
Robin S.
----------------
"Ryan" <Ty****@newsgroups.nospamwrote in message
news:uU**************@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" <Ty****@newsgroups.nospamwrote in message
news:OR**************@TK2MSFTNGP03.phx.gbl...
>Is building in spellcheck to applications really that unpopular?
What do you use, anyone?

"Ryan" <Ty****@newsgroups.nospamwrote in message
news:e3**************@TK2MSFTNGP03.phx.gbl...
>>Thanks for the info. I'm looking for recommendations. Has anyone
tried this one?
http://www.componentsource.com/produ...net/index.html

"Kevin Yu [MSFT]" <v-****@online.microsoft.comwrote in message
news:on**************@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/subscripti...ult.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/subscripti...t/default.aspx.
=============================================== ===

(This posting is provided "AS IS", with no warranties, and confers
no
rights.)



Dec 27 '06 #10
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" <Ty****@newsgroups.nospamwrote in message
news:uU**************@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" <Ty****@newsgroups.nospamwrote in message
news:OR**************@TK2MSFTNGP03.phx.gbl...
>Is building in spellcheck to applications really that unpopular? What do
you use, anyone?

"Ryan" <Ty****@newsgroups.nospamwrote in message
news:e3**************@TK2MSFTNGP03.phx.gbl...
>>Thanks for the info. I'm looking for recommendations. Has anyone tried
this one?
http://www.componentsource.com/produ...net/index.html

"Kevin Yu [MSFT]" <v-****@online.microsoft.comwrote in message
news:on**************@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/subscripti...ult.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/subscripti...t/default.aspx.
=============================================== ===

(This posting is provided "AS IS", with no warranties, and confers no
rights.)



Dec 28 '06 #11
On Wed, 27 Dec 2006 21:54:39 -0700, Bruce W. Darby wrote:
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/product...cker/index.asp
--
Bits.Bytes
http://bytes.thinkersroom.com
Dec 28 '06 #12
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

"Bruce W. Darby" <kr****@comcast.netwrote in message
news:Eo******************************@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" <Ty****@newsgroups.nospamwrote in message
news:uU**************@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" <Ty****@newsgroups.nospamwrote in message
news:OR**************@TK2MSFTNGP03.phx.gbl...
>>Is building in spellcheck to applications really that unpopular? What
do you use, anyone?

"Ryan" <Ty****@newsgroups.nospamwrote in message
news:e3**************@TK2MSFTNGP03.phx.gbl...
Thanks for the info. I'm looking for recommendations. Has anyone
tried this one?
http://www.componentsource.com/produ...net/index.html

"Kevin Yu [MSFT]" <v-****@online.microsoft.comwrote in message
news:on**************@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/subscripti...ult.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/subscripti...t/default.aspx.
============================================== ====
>
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
>




Dec 28 '06 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Tony Roost | last post by:
I have created a test VB.Net form that will use MS Word to check the spelling of text in an input box The test application runs without a problem and I quit the word application at the end of the...
1
by: Jonathan W. Zaleski | last post by:
I was wondering if such a plugin existed outside the Office Bundle, that would preform a spell-check of an indicated field within a HTML Page.
2
by: eddie wang | last post by:
Hello, I inherited an Access application from a previous coworker. It seems the Spell Check is never enabled unless I open the application by holding down the shift key and double clicking the...
2
by: Cassie Pennington | last post by:
Is there a command to spell check fields in Access (probably in the afterupdate event)? Thanks in anticipation Cassie
8
by: Steve Jorgensen | last post by:
There's this app I wrote a long time ago for a client who uses it to administer the database content that drives their Web site. Last time I was in there' I notices a lot of embarassing typos in...
2
by: Bhupesh Naik | last post by:
This is a query regarding my problem to make a spell and grammar check possible in text area of a web page. We have aspx pages which are used to construct letters. The browser based screens...
3
by: John Wright | last post by:
I have a VB program that will be generating documentation that will be stored for 60 years. This program really needs to have spell check and I read the post below on using spell check. I was...
0
by: progvar | last post by:
hi i am getting probleum in converting a spell check progrma made in vb 6.0 and Ms-office Word into OpenOffice Word when i made spell check program in Ms-Word and vb 6.0 it works fine but i use...
0
by: alnino | last post by:
I have set up a form to autocomplete fields via comboboxes. Unfortunately, my vb code to spell check the current record will not check the comboboxes. Is there a way to call the associated table...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.