You did not specify if you are referring to MDI or SDI application.
In both cases: document is a document, view is a view and frame is a frame.
Document is not a window while view and frame are, both working together to supply needed functionality.
You can remove WS_THICKFRAME and WS_CAPTION style from a frame window but you will have crippled window that user will not be able to close not will he be able to move.
johncz
| Sat, 10 Nov 2007 08:48:00 GMT |