Group: microsoft.public.vc.mfc · Group Profile · Search for Viewc in microsoft.public.vc.mfc
Author: Joseph M. Newcomer
Date: Jul 24, 2007 10:17
I have another question about how to switch between views. On my last project we wrote a SDI application entirely built with views, it means that we don't use CDialog at all even for error message. It was a bit difficult because to handle all these views we had to keep information about them. For instance we have a structure like this CViewMgr::ViewInfo g_ViewInfo[] = { { CViewMgr
|