tab
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -1693,11 +1693,9 @@ PropGrid_Enable(propGrid,true);
|
|||||||
MessageBox(NULL, "Failed to create HWND", (PlaceholderName + " Crash").c_str() , MB_OK);
|
MessageBox(NULL, "Failed to create HWND", (PlaceholderName + " Crash").c_str() , MB_OK);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
SendMessage(hwndMain, WM_SETICON, ICON_BIG,(LPARAM)LoadImage(GetModuleHandle(NULL), (LPCSTR)MAKEINTRESOURCEW(IDI_ICON1), IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_DEFAULTSIZE));
|
SendMessage(hwndMain, WM_SETICON, ICON_BIG,(LPARAM)LoadImage(GetModuleHandle(NULL), (LPCSTR)MAKEINTRESOURCEW(IDI_ICON1), IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_DEFAULTSIZE));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Demo demo = Demo(settings,hwndMain);
|
Demo demo = Demo(settings,hwndMain);
|
||||||
demo.run();
|
demo.run();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user