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

spell checking VS2008

I have found articles on line about using word interop for spell checking
with visual studio applications.

Most of the articles are several years old, though - VS2003, maybe 2005. I
couldn't find anything for VS2008.

Are there any new improvements in spell checking with VS2008?

Thanks
Bill
Oct 7 '08 #1
4 2934
Bill:
The WPF element "TextBox" has spell checking, just need to set
"true" the property SpeelCheck.Enable:

<TextBox SpellCheck.IsEnabled="True">...</TextBox>
Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar

-----Mensaje original-----
De: BillE [mailto:be****@datamti.com]
Expuesto a las: Martes, 07 de Octubre de 2008 12:01 p.m.
Expuesto en: microsoft.public.dotnet.general
Conversación: spell checking VS2008
Asunto: spell checking VS2008

I have found articles on line about using word interop for spell
checking
with visual studio applications.

Most of the articles are several years old, though - VS2003, maybe 2005.
I
couldn't find anything for VS2008.

Are there any new improvements in spell checking with VS2008?

Thanks
Bill
Oct 7 '08 #2
How about for a standard windows forms project?
Thanks!
Bill

"Gustavo Cantero" <g.*******@scientia.com.arwrote in message
news:24FB50F6324046B09DD489B39B7E3C46@CATALINA...
Bill:
The WPF element "TextBox" has spell checking, just need to set
"true" the property SpeelCheck.Enable:

<TextBox SpellCheck.IsEnabled="True">...</TextBox>
Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar

-----Mensaje original-----
De: BillE [mailto:be****@datamti.com]
Expuesto a las: Martes, 07 de Octubre de 2008 12:01 p.m.
Expuesto en: microsoft.public.dotnet.general
Conversación: spell checking VS2008
Asunto: spell checking VS2008

I have found articles on line about using word interop for spell
checking
with visual studio applications.

Most of the articles are several years old, though - VS2003, maybe 2005.
I
couldn't find anything for VS2008.

Are there any new improvements in spell checking with VS2008?

Thanks
Bill


Oct 7 '08 #3
Bill:
For Windows Forms needs to use third part component. Look this,
it's free: http://sourceforge.net/projects/netspell/

Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar

-----Mensaje original-----
De: BillE [mailto:be****@datamti.com]
Expuesto a las: Martes, 07 de Octubre de 2008 12:18 p.m.
Expuesto en: microsoft.public.dotnet.general
Conversación: spell checking VS2008
Asunto: Re: spell checking VS2008

How about for a standard windows forms project?
Thanks!
Bill

"Gustavo Cantero" <g.*******@scientia.com.arwrote in message
news:24FB50F6324046B09DD489B39B7E3C46@CATALINA...
Bill:
The WPF element "TextBox" has spell checking, just need to set
"true" the property SpeelCheck.Enable:

<TextBox SpellCheck.IsEnabled="True">...</TextBox>
Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar

-----Mensaje original-----
De: BillE [mailto:be****@datamti.com]
Expuesto a las: Martes, 07 de Octubre de 2008 12:01 p.m.
Expuesto en: microsoft.public.dotnet.general
Conversación: spell checking VS2008
Asunto: spell checking VS2008

I have found articles on line about using word interop for spell
checking
with visual studio applications.

Most of the articles are several years old, though - VS2003, maybe
2005.
I
couldn't find anything for VS2008.

Are there any new improvements in spell checking with VS2008?

Thanks
Bill


Oct 7 '08 #4
Gracias!
"Gustavo Cantero" <g.*******@scientia.com.arwrote in message
news:60C333A1C9014BA4BEC7D7603685E243@CATALINA...
Bill:
For Windows Forms needs to use third part component. Look this,
it's free: http://sourceforge.net/projects/netspell/

Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar

-----Mensaje original-----
De: BillE [mailto:be****@datamti.com]
Expuesto a las: Martes, 07 de Octubre de 2008 12:18 p.m.
Expuesto en: microsoft.public.dotnet.general
Conversación: spell checking VS2008
Asunto: Re: spell checking VS2008

How about for a standard windows forms project?
Thanks!
Bill

"Gustavo Cantero" <g.*******@scientia.com.arwrote in message
news:24FB50F6324046B09DD489B39B7E3C46@CATALINA...
>Bill:
The WPF element "TextBox" has spell checking, just need to set
"true" the property SpeelCheck.Enable:

<TextBox SpellCheck.IsEnabled="True">...</TextBox>
Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar

-----Mensaje original-----
De: BillE [mailto:be****@datamti.com]
Expuesto a las: Martes, 07 de Octubre de 2008 12:01 p.m.
Expuesto en: microsoft.public.dotnet.general
Conversación: spell checking VS2008
Asunto: spell checking VS2008

I have found articles on line about using word interop for spell
checking
with visual studio applications.

Most of the articles are several years old, though - VS2003, maybe
2005.
>I
couldn't find anything for VS2008.

Are there any new improvements in spell checking with VS2008?

Thanks
Bill



Oct 7 '08 #5

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: Pater Maximus | last post by:
I want to use the MS Word spell checker from my Python program. I check the spelling a word at a time. It works fine for English but I can not force it to use French when I am using that language....
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...
0
by: kk | last post by:
..NET Winforms Control for Spell and grammar check with formatting capabilitie ------------------------------------------------------------------------------------------- Need a control which has...
1
by: Lloyd Dupont | last post by:
I see that outlook express has some spell checking capacity. so I though maybe there is a spell checking feature available in windows. the only thing I found out requires word2003, which is to big...
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...
5
by: Dean Slindee | last post by:
Anybody got any helpful suggestions on how to implement spell checking in a textbox. Perhaps solutions using Microsoft Word spell checker as a called routine? What has worked for you? Thanks,...
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...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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?

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.