Does anyone know of a cheap commerical component that offers spell checking for the richtextbox control
I understand how to use the office interop which allows access to the MS Word spell checker. Yes, it's easy to get the mis spelled words and suggestions using interop, but I want the spell as you type option with suggestions when you right click... perhaps there is a free component floating around with these options
Any help Always appreciated!

Richtextbox spell check
GaryShort
Yeah certainly true.
I found this helpful for underlining misspelled words.
http://davidnetfrog.blogspot.com/2005/04/extending-richtextbox.html
ppawlo
I think using the spell check of Word with a facade is a good middleway solution.
CarlosDV
Yeah like I said, I've read both of these articles prior.
I take it the spell as you type feature is probably a time consuming function to implement. I have taken a look at this commercial product, it probably will do the trick but is a bit pricey.
www.dart.com/dotnet/rapidspell.asp
xxxin
Check these articles at codeproject: