17 lines
349 B
C++
17 lines
349 B
C++
// CWebBrowser2.cpp : Definition of ActiveX Control wrapper class(es) created by Microsoft Visual C++
|
|
|
|
|
|
#include "stdafx.h"
|
|
#include "CWebBrowser2.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CWebBrowser2
|
|
|
|
IMPLEMENT_DYNCREATE(CWebBrowserCtrl, CWnd)
|
|
|
|
// CWebBrowser2 properties
|
|
|
|
// CWebBrowser2 operations
|
|
|
|
|
|
|