CEditCtrl in FrameWnd
ATL / WTL / STL
2
Posts
2
Posters
2
Views
1
Watching
-
The appropriate forum for this question would be the C / C++ / MFC Discussion Boards[^]. However, a frame window should not contain controls. It is - as the name indicates - a frame for other windows which are
CView
based or - for the main frame - child frames which then have their views. So your edit control should be part of aCView
based window.