Home » Category » Microsoft Visual C & C++

Microsoft Visual C & C++: Document frame window

202| Fri, 08 Feb 2008 00:17:00 GMT| guitz| Comments (1)
I have a special case: I need the document-view (a CFormView derived class), but I don't need the document frame window. Or more exactly: I don't need the borders and the title window. OK, I can remove the WS_TILEDWINDOW, but my view still apear in a sunken boreder. I just want to have no border. I cannot reach this. Please help.

Thank you in advance.
Guitz

Keywords & Tags: document, frame, window, microsoft, visual c++, vc

URL: http://www.7prog.com/visual-c-c++/95072/
 
«« Prev - Next »» 1 helpful answers below.
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 |

Microsoft Visual C & C++ Hot Answers

Microsoft Visual C & C++ New questions

Microsoft Visual C & C++ Related Categories