Update Application.cpp
This commit is contained in:
@@ -135,7 +135,7 @@ Application::Application(HWND parentWindow) : _propWindow(NULL) { //: GApp(setti
|
|||||||
webBrowser = new IEBrowser(_hwndToolbox);
|
webBrowser = new IEBrowser(_hwndToolbox);
|
||||||
|
|
||||||
SetWindowLongPtr(_hwndToolbox,GWL_USERDATA+1,(LONG)webBrowser);
|
SetWindowLongPtr(_hwndToolbox,GWL_USERDATA+1,(LONG)webBrowser);
|
||||||
webBrowser->navigateSyncURL(L"http://androdome.com/res/ClientToolbox.php");
|
navigateToolbox("http://androdome.com/res/ClientToolbox.php");
|
||||||
//navigateToolbox(GetFileInPath("/content/page/controller.html"));
|
//navigateToolbox(GetFileInPath("/content/page/controller.html"));
|
||||||
//navigateToolbox(GetFileInPath("/content/page/controller.html"));
|
//navigateToolbox(GetFileInPath("/content/page/controller.html"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user