473,382 Members | 1,238 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,382 software developers and data experts.

How Spell Check works

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 wondering if there was a
way to tap into the Word spell check that shows the underlined spelling
errors as the person types. If so, can someone point me to some code to
try? It would be really nice to show the errors as they type (like word
does) instead of doing the spell check manually or on a save.

Any help is much appreciated.

John Wright
Aug 4 '08 #1
3 1692
It would be the same code as calling the spell check on save, but call it on
each keystroke. This could really impact applicaiton performance though.
"John Wright" <ri**********@hotmail.comwrote in message
news:eb**************@TK2MSFTNGP06.phx.gbl...
>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 wondering if there was a
way to tap into the Word spell check that shows the underlined spelling
errors as the person types. If so, can someone point me to some code to
try? It would be really nice to show the errors as they type (like word
does) instead of doing the spell check manually or on a save.

Any help is much appreciated.

John Wright

Aug 4 '08 #2
"John Wright" <ri**********@hotmail.com>'s wild thoughts
were released on Mon, 4 Aug 2008 14:07:47 -0600 bearing the
following fruit:
>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 wondering if there was a
way to tap into the Word spell check that shows the underlined spelling
errors as the person types. If so, can someone point me to some code to
try? It would be really nice to show the errors as they type (like word
does) instead of doing the spell check manually or on a save.

Any help is much appreciated.
You might take a look at devexpress, they have a spell check
component.

--
Jan Hyde (VB MVP)

https://mvp.support.microsoft.com/profile/Jan.Hyde
Aug 5 '08 #3
On Aug 4, 11:07 pm, "John Wright" <riley_wri...@hotmail.comwrote:
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 wondering if there was a
way to tap into the Word spell check that shows the underlined spelling
errors as the person types. If so, can someone point me to some code to
try? It would be really nice to show the errors as they type (like word
does) instead of doing the spell check manually or on a save.

Any help is much appreciated.

John Wright
First off, you want to decide whether you'll create your own spelling
check engine or you'll use an existing one. Creating your own may
require a database(at least, an Access) and comparision operations,
which will probably slow down your application everytime when a kind
of event is raised such as textbox's textchanged.

Or use an existing component which may really help you, that should be
a wrapped one for .NET including methods, really saves your time.

A quick Google search returns these:
http://www.google.com/search?hl=en&q...=Google+Search

Thanks,

Onur Güzel
Aug 5 '08 #4

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

Similar topics

2
by: Shawn | last post by:
Hi, I have added a spell checker to my web application using the "Microsoft Word Document" DCOM. Everything works great in my development environment. When I move everything over to my...
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...
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...
8
by: Joe | last post by:
Hello All: Does anyone know of a spell checker that works with .NET? Any options will be welcome. TIA, -- Joe
12
by: Ryan | last post by:
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.
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...
2
Ganon11
by: Ganon11 | last post by:
Hey all, So this was an assignment in my Data Structures and Algorithms class - we were supposed to make a C++ implementation of the spell checker described here. A Java version was also...
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: 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: 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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.