I have encountered a problem regarding windows messages for a rich edit control. I have created a dialog based aplication and placed a rich edit control. I need to format a text and create link in the rich edit. I called AfxInitRichEdit() in OnCreate() overwritten method.

My problem in that no specific windows message for the rich edit control is generated. I use the Spy tool to be sure, and that's it. Not even the events for the mouse are generated.

Do you know what can be the problem? I can not understand why no message appears.

Thanks.