resize Frame
-
:confused:Question : In MDI application, when I open a new document, I want the frame size set by myself rather than the fixed size set by MFC. I wonder where should I implement this, and how? Thanks
In the view, I would have thought. That's the class responsible for the way the document is represented, so when one is constructed and shown, you'd need to size it. Christian Graus - Microsoft MVP - C++
-
:confused:Question : In MDI application, when I open a new document, I want the frame size set by myself rather than the fixed size set by MFC. I wonder where should I implement this, and how? Thanks
Did u try to use this functin for frame ? SetWindowPos() find it out in the MSDN for more details Vikas Amin Embin Technology Bombay vikas.amin@embin.com