15/03/01
Claudio Rocchini, Visual Computing Group
18
Create (1/5)
•
•
//Creazione finestra
•
•
if( !CWnd::Create(lpszClassName,
lpszWindowName, dwStyle,
•
rect, pParentWnd, nID, pContext) )
•
return FALSE;
•