Windows Develop Bookmark and Share   
 index > Windows Forms General > How to create own spell checker window in vb.net (windows)
 

How to create own spell checker window in vb.net (windows)

in my application i need to create our own spell checker...

actually wht i am doing is in my form i have some control like buttons,label like..when i click on spell check i need to check the all the controls Text..

so i need to create own spell check Designer..

if any one not understand my question then
http://www.formatta.com/products/designer/in-depth.html then goto this url and download the software after drag and drop some controls then goto TOOLS--> click on Spelling ..same like this i need to develop in my application..can any one suggest me

please any one help me.......
dilipkumarmdk  Monday, March 16, 2009 1:03 PM

Hi Dilip,

Creating your own spell checker needs much efforts. I do a search and find the following spell checker engine, which isa class library written in C# and you can use it in your application:

"NetSpell - Spell Checker for .NET"
http://www.codeproject.com/KB/string/netspell.aspx

Hope this helps.

Sincerely,
Linda Liu

Linda Liu  Thursday, March 19, 2009 8:11 AM
There is no way that you can create your own spell checker for less than 250 bucks. If you need a volume license, give them a call. Anything is negotiable.
Hans Passant.
nobugz  Tuesday, March 17, 2009 1:23 AM

Hi Dilip,

Creating your own spell checker needs much efforts. I do a search and find the following spell checker engine, which isa class library written in C# and you can use it in your application:

"NetSpell - Spell Checker for .NET"
http://www.codeproject.com/KB/string/netspell.aspx

Hope this helps.

Sincerely,
Linda Liu

Linda Liu  Thursday, March 19, 2009 8:11 AM

You can use google to search for other answers

Custom Search

More Threads

• Shortcut keys for MDI Main Parent form
• Form show problem...
• Custom Control Transparent Background Image
• UserControl help (windows form)
• Making sounds from windows forms
• From C# 2005 to C# 2008 problems
• sin and cos
• How to get selected folder or file name in WindowsExplorer by using c#.net?
• How to add Date from a calender control to Database in a Date format and retrive in the same format
• How to calculate Difference of time between two DateTimePicker