Lots of menus added

This commit is contained in:
andreja6
2020-03-10 11:04:09 -07:00
parent 8003bee5f6
commit 0e7e820481
20 changed files with 38 additions and 11 deletions

View File

@@ -139,6 +139,7 @@ Application::Application(HWND parentWindow) : _propWindow(NULL) { //: GApp(setti
SetWindowLongPtr(_hwndToolbox,GWL_USERDATA+1,(LONG)webBrowser);
//webBrowser->navigateSyncURL(L"http://androdome.com/res/ClientToolbox.php");
navigateToolbox(GetFileInPath("/content/page/controller.html"));
//navigateToolbox(GetFileInPath("/content/page/surface.html"));
}