Help with multiple client views with scrolling [modified]
-
Using Visual C++ 6.0 MFC in SDI application I want to setup an SDI program where the user can switch between client views (two initially and as I add more things possibly switch between more views). I found example code where I could do this using default client windows with no scrolling, but I don't understand how to set it up so that all the client views have scrolling capability. In a book that explained how to do this, they used non-scrolling views. But I can't use that code because it gets the active view and then loops through views of different classes comparing view classes. That code only works for views of CView type and not for views of CScrollView type. Any suggestions on how to do this? Thanks ahead of time
modified on Sunday, May 25, 2008 7:05 PM