Made property grid tool window

This commit is contained in:
andreja6
2018-10-22 09:34:53 -07:00
parent 06660a9f46
commit a19103c896

View File

@@ -1621,7 +1621,7 @@ int main(int argc, char** argv) {
return false; return false;
HWND hwndProp = CreateWindowEx( HWND hwndProp = CreateWindowEx(
WS_EX_ACCEPTFILES, WS_EX_TOOLWINDOW,
"propHWND", "propHWND",
"PropertyGrid", "PropertyGrid",
WS_OVERLAPPEDWINDOW & ~WS_MAXIMIZEBOX & ~WS_MINIMIZEBOX, WS_OVERLAPPEDWINDOW & ~WS_MAXIMIZEBOX & ~WS_MINIMIZEBOX,