Update Application.cpp

This commit is contained in:
Vulpovile
2021-03-05 08:24:56 -08:00
parent 8a6abac11f
commit c99bcd64e4

View File

@@ -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"));