472,093 Members | 2,448 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,093 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 1599
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 discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Shawn | last post: by
7 posts views Thread by Hank Reed | last post: by
8 posts views Thread by Joe | last post: by
12 posts views Thread by Ryan | last post: by
6 posts views Thread by Neil | last post: by
Ganon11
2 posts views Thread by Ganon11 | last post: by

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.