How to correctly handle Windows messages from an MSFTEDIT_CLASS (RichEdit) control?
问题 UPDATE: As requested I have added all of the code I am using to create the Window and its RichEdit control. I'm trying to handle windows messages for a RichEdit control used as a child of another window. Now I did have the RichEdit control working with the exception of my own WndProc . The issue is that, when I set wc.lpszClassName = MSFTEDIT_CLASS; so that it matches lpClassName used in CreateWindowEx() , the content of the RichEdit control no longer appears to draw (ie text, etc), however,