15/03/01
Claudio Rocchini, Visual Computing Group
30
PreCreateWindow
•
// Lo stile della finestra deve contenere
le seguenti specifiche:
•
BOOL CGlwrapperView::PreCreateWindow(
•
CREATESTRUCT& cs)
•
{
•
cs.style |= WS_CLIPSIBLINGS |
WS_CLIPCHILDREN | CS_OWNDC;
•
return CView::PreCreateWindow(cs);
•
}