Is there some trick to getting the Auto Replace to work? I am using the C1RichTextBox, and I have added the following code:
arl.Clear();
arl.Add(
But it seems to have not effect. When I type "teh", it underlines it, but I am expecting the word to be auto-replaced with "the".
Thanks. Are there any controls that do work with the Auto Replace?