RichEdit
-
I am having problems with ATL and RichEdit controls. I created an ActiveX (composite control using ATL that just contains a RichEdit box (that was added with the Resource Editor). When the control is displayed in IE5, the "backspace" key does not work properly in the RichEdit box. Instead of deleting the chars in the box, pressing the "backspace" key while in the RichEdit box causes the browser to go "Back" to the previous URL. (Strange!)
-
I am having problems with ATL and RichEdit controls. I created an ActiveX (composite control using ATL that just contains a RichEdit box (that was added with the Resource Editor). When the control is displayed in IE5, the "backspace" key does not work properly in the RichEdit box. Instead of deleting the chars in the box, pressing the "backspace" key while in the RichEdit box causes the browser to go "Back" to the previous URL. (Strange!)
http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng
-
http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng
When you create a rich edit control using the resource editor, the default class used for the control is "RICHEDIT" version 1. To use a higher version you must open your resource file in text mode and edit the class name. RichEdit20W/RichEdit20A for version 2 and 3, and I think version 4 is RichEdit50W but you should check that one. Also be sure to load the correct library for the version you want to use.
-
http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng
This page not available
-
http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng
This URL is not valid