Reputation: 76
I am looking for a third party component that could handle spellchecking for Windows forms (.Net 2.0 or .NET 3.5) I have the following requirement:
The component should be able to use Open office dictionary (Need to use a Swedish dic I think the OO is the best one)
Be able to underline in the UI while typing, like word. (Don’t want to implement this by myself)
Be able to underline in a simple textbox not just rich textbox. (Don’t want to change to much in the legacy code)
Be able to use customized dictionary so I can use both the OO dictionary and my own textfiles with words at the same time.
I have found a spellchecker that do all this things and that is XtraSpellchecker from Devexpress the only problem is that its not spelling correctly for some words with Swedish OO-dictionary . Its not the OO dictionary that is the problem because the dictionary work fine with NHunspell.
I may fix this small bug if I buy the component with source from devexpress but its hard to convince management to buy something that they don’t know if it will work or not. I have asked on devexpress forum if it’s a bug but waiting for response.
There is one “maybe” requirement also and that’s management probably want to have a spellchecker for WPF too and its always good if I can get both WPF/Win Form from the same vendor. I can not use the built in spellchecker in WPF because there is no Swedish dictionary.
Anyone know any other spellchecker component that meets my requirement?
Upvotes: 0
Views: 1695
Reputation: 1786
This might help, if the users will have word installed http://msdn.microsoft.com/en-us/library/aa203681(office.11).aspx
Upvotes: 1