Hi guru!

In the MSDN Library

CHtml::Create
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL );

and below is my source code that give an error when close my application

CHtmlView* htmlview;
htmlview->Create(NULL,NULL,WS_CHILD|WS_VISIBLE,CRect(10,10,1000,1000),this,100,NULL);
//htmlview->Create(NULL,NULL,AFX_WS_DEFAULT_VIEW,CRect(10,10,1000,1000),this,AFX_IDW_PANE_FIRST,NULL);

please tell me what value I should replace ...
lpszClassName, lpszWindowName, dwStyle,
pParentWnd, nID and pContext

My problem is urgent.

Thank You.

Sorry for bad English.