Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how can i resize the window (frame and client area) of my app, when i create it, when load a document and when i create a new document thanks!
Use MoveWindow or SetWindowPos in the appropriate message handlers (I suppose you have MFC, so this must be in OnCreate, OnOpen and so on. I am not so familiar with SDI/MDI) ~RaGE();
MoveWindow
SetWindowPos
OnCreate
OnOpen