I want to create Transparent CRichEditCtrl. Background will be CWnd.
What I tried
I tried by using WS_EX_TRANSPARENT. But in this case painting is not proper.
Other then that I tried OnCtlColor but it is not being called at all.
SetWindowRgn is not suitable for me.
Let me know if is there any way to make CRichEditCtrl transparent.