or
This almost works, I get the SpellCheck window with my text in it but there aren't any words in the dictionary. Because of the way I'm doing it would I need to add the base English Dictionary back in? Am I making some other rookie mistake? Attached is an image of what I am seeing and below is the simple code snippet in it's entirety.
var txtControl=new System.Windows.Controls.TextBox();txtControl.Text="This isn't speelt rite.";RadSpellChecker.Check(txtControl, SpellCheckingMode.AllAtOnce);
P.S. I didn't know if this belonged in the Winform or WPF forum, sorry.


