Click to See Complete Forum and Search --> : Multiple views with SDI


Lori Blake
May 8th, 1999, 11:18 AM
I have a SDI application where I create CFormViews on the fly when I need them. Once a CFormView is created, it is not deleted. My problem is resizing to match the size of the parent frame. If I enlarge one view, the other view isn't the same size when I switch to it. How do I fix this? I'm also using NSViews to dynamically resize the controls within each CFormView. Thanks.