Highlighting some text in CEdit
-
Hi What is the best way to create an edit box (derived from CEdit) that can draw a red line under wrong words for example. and then user can right click on it and correct it from a sugested menu list. (Like what visual assist does in Visual Studio) Doing it insdie OnPaint() is not easy because we must take care of single or multi line, and maybe some other thing. An example or project will help a lot. Regards Hadi
-
Hi What is the best way to create an edit box (derived from CEdit) that can draw a red line under wrong words for example. and then user can right click on it and correct it from a sugested menu list. (Like what visual assist does in Visual Studio) Doing it insdie OnPaint() is not easy because we must take care of single or multi line, and maybe some other thing. An example or project will help a lot. Regards Hadi
-
Hi Thanks It seems everything will be more dificult with CRichEdit I found this project: Spell Checking Edit Control (Using HunSpell)[^]