IEBrowser class added
This commit is contained in:
15
IEBrowser.h
Normal file
15
IEBrowser.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//#include "WindowFunctions.h"
|
||||
#include <mshtml.h>
|
||||
#include <exdisp.h>
|
||||
//#include <Mshtmhst.h>
|
||||
|
||||
class IEBrowser {
|
||||
public:
|
||||
IEBrowser(HWND attachHWnd);
|
||||
~IEBrowser(void);
|
||||
bool navigateSyncURL(wchar_t* url);
|
||||
private:
|
||||
IWebBrowser2* webBrowser;
|
||||
HWND hwnd;
|
||||
IDispatch* spDocument;
|
||||
};
|
||||
Reference in New Issue
Block a user