473,396 Members | 2,011 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,396 software developers and data experts.

Using a spell checker

Dear all,

I have an app that captures text entry from
the user and stores it in an SQL DB. I want
to make sure that the text is spelt correctly
using a spell checked; possibly the one
included in MS Office. Does anyone have
any suggestions as to how I can use the
spell checker in my own applications.

Thanks,

Jason.
Nov 20 '05 #1
3 1601
You will need MS Word installed on the machine its running on and use
Interop services.

http://www.devcity.net/net/article.a...ias=spellcheck

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"Jason L James" <ja***@no-spam.dive-master.org> wrote in message
news:40**************@news.newnet.co.uk...
Dear all,

I have an app that captures text entry from
the user and stores it in an SQL DB. I want
to make sure that the text is spelt correctly
using a spell checked; possibly the one
included in MS Office. Does anyone have
any suggestions as to how I can use the
spell checker in my own applications.

Thanks,

Jason.

Nov 20 '05 #2
Hi,

Office spell check control. Requires office to be installed.
http://www.windowsforms.com/Samples/...185&tabindex=4

There is a spell check control from Component one in the vb.net resource
kit.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Ken
-------------------------
"Jason L James" <ja***@no-spam.dive-master.org> wrote in message
news:40**************@news.newnet.co.uk...
Dear all,

I have an app that captures text entry from
the user and stores it in an SQL DB. I want
to make sure that the text is spelt correctly
using a spell checked; possibly the one
included in MS Office. Does anyone have
any suggestions as to how I can use the
spell checker in my own applications.

Thanks,

Jason.

Nov 20 '05 #3
* Jason L James <ja***@no-spam.dive-master.org> scripsit:
I have an app that captures text entry from
the user and stores it in an SQL DB. I want
to make sure that the text is spelt correctly
using a spell checked; possibly the one
included in MS Office. Does anyone have
any suggestions as to how I can use the
spell checker in my own applications.


General info about Word automation:

HOW TO: Automate Word with VB .NET to Create a New Document
<URL:http://support.microsoft.com/?scid=kb;EN-US;316383>

Spell checking (untested):

\\\
Dim MyWordApp As New Word.Application()
MsgBox( _
"Spelling errors: " & _
MyWordApp.CheckSpelling("Hello world!").ToString() _
)
///

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #4

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

Similar topics

4
by: Leo P. | last post by:
I am trying to write a spelling checker. Specifically the part that suggests words. From what I've read online, it seems like the preferred way to do this, is to find the double metaphone...
1
by: Scott | last post by:
Can you use MS Word Spell Checker in Classic ASP or is it exclusive to Word? We would like to incorporate a Spell Checker in our ASP's without having to buy a third party product if at all...
84
by: Andy Glew | last post by:
I am in search of any rigourous, scientific, academic or industrial studies comparing naming conventions in C++ or similar languages such as Ada: Specifically, are names formed with...
7
by: Hank Reed | last post by:
I am trying to use the spell checker on an unbound control in Access 2000. I run the checker in the AfterUpdate event of the control. After the spell checker is done, I get the following message:...
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...
1
by: deko | last post by:
When I open a bound form like this: DoCmd.OpenForm "frmNotes", , , , acFormAdd and the user runs the Spell Checker on a field in the form, the Spell Checker automatically cycles the form to...
6
by: Neil | last post by:
Is there way to have control over the MS-Access spell checking (besides just launching it)? We want to tell it to check all records, but skip certain fields (or, alternatively, ONLY check certain...
22
by: SmokeWilliams | last post by:
Hi, I am working on a Spell checker for my richtext editor. I cannot use any open source, and must develop everything myself. I need a RegExp pattern to split text into a word array. I have...
3
by: Mike | last post by:
I have an app running at a client where, when the spell checker is supposed to run, it reports "Can't start spell checker because it is not installed". I have never had this before - it works...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.