المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : CRichEditCtrl on CMDIChildWnd not working



C++ Programming
04-06-2009, 08:35 AM
Hello,

I dont why my question was mixed up with other questions so posted again

I have a CRichEditCtrl box on a CMDIChildWnd. When I move the mouse over this edit box its cursor changes to caret pointer indicating that the box is there. This CMDIChildWnd is made by Create()of CMDIChildWNd

Now when I make a Child window by CreateNewChild() and the add CRichEditCTrl on the childwindow the edit box is seen but when I move the mouse cursor on the edit box the cursor doesnt change to caret pointer .

What is the difference or what must be the problem in making child
windows in diff ways?

Pritha