When I have a SDI Document-View MFC application which uses CBCGPTabView as the main view, one of the tabs is a CEditView. If I send a custom message to the CBCGPTabView derived class and use GetTabControl().SetTabLabel() it not only changes the tab label but contents of the CEditView. Is there a way to prevent that?
MFC/BCGP: Update CEditView's tab label without changing the contents of the CEditView?
79 Views Asked by user3161924 At
2
This is the workaround I have for now: