CEditCtrl in FrameWnd
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
I already answered that in reply to CEditCtrl in FrameWnd: Frame windows do not contain user controls. Those should be part of views which in turn are hosted by frame windows.
-
You could use CEdit::Create method. However, as already mentioned, there is rarely or maybe not at all a good idea to create control in the frame window.