Guest_imported
New member
- Jan 1, 1970
- 0
here's my problem.
CFrameWnd* pMainWnd = (CFrameWnd*)AfxGetMainWnd();
CView* pView = pMainWnd->GetActiveView();
that is to access the active view in my SDI richeditview from a dialog box.
unfortunately i can't seem to access the functions of the class that i inherited (correct term?) from CRichEditView.
how do i access these functions and variables?
CFrameWnd* pMainWnd = (CFrameWnd*)AfxGetMainWnd();
CView* pView = pMainWnd->GetActiveView();
that is to access the active view in my SDI richeditview from a dialog box.
unfortunately i can't seem to access the functions of the class that i inherited (correct term?) from CRichEditView.
how do i access these functions and variables?