Creating different types of view
-
Can somebody help me in showing me how to create different types of view. I have an MDI app which in one view I would like to show a derived class from CFormView for inserting,updating purpose. And I want to show Another view with the listings. Of course show each one in separates views.:((
-
Can somebody help me in showing me how to create different types of view. I have an MDI app which in one view I would like to show a derived class from CFormView for inserting,updating purpose. And I want to show Another view with the listings. Of course show each one in separates views.:((
Create another class derived from whatever type of view you want such as CListView, etc. Then use add a splitter window to the MainFrame class and viola. This can also be done in an SDI and would be more practical if you don't need multiple windows since the splitter window can split a single window. Bret Faller Odyssey Computing, Inc.