how to access CEditView for Doc
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
i program an MDI text editor, the MFC template consist of a ****Doc derived from CDocument and a ****View derived from CEditView class, but i have problem when save the text i entered, i wanna use the serialize() function in the ****Doc, i've intended to get a pointer to the CEditView and get the chars in CEditView then to save it by ar<