CRichEditView in a Property Page
-
Am working with an MDI application with multiple Views and mutiple doc/views. Have a number of views in Property Pages and have Property Pages with a variety of controls. Would like to combine on one property sheet a number of controls and a CRichEditView of one of the Doc/views instantiated at startup (in the app). How do I display a smaller frame and view within a single property page that has other controls (buttons, combo-box, other edit controls, etc )
-
Am working with an MDI application with multiple Views and mutiple doc/views. Have a number of views in Property Pages and have Property Pages with a variety of controls. Would like to combine on one property sheet a number of controls and a CRichEditView of one of the Doc/views instantiated at startup (in the app). How do I display a smaller frame and view within a single property page that has other controls (buttons, combo-box, other edit controls, etc )
Hi I don't know what do you want exacty? Property page is similar than Dialog window. So the same way you can add frames and controls inside the property page also. then you should add all the property pages to property sheet class. regards Vallikumar A