In an MDI MFC app, I load up bitmaps to display in child windows. I want to resize the child windows so that the bitmaps fit nicely in. The bitmaps are loaded from their files in CDocument::Serialize(). I was wondering, when is the best time to resize the child windows to fit the bitmaps?