Disabled editing inside the ComboBox.

This commit is contained in:
MusicalProgrammer
2018-06-04 23:01:45 -04:00
parent 90c609d06d
commit 336b978fd3

View File

@@ -87,7 +87,7 @@ Demo::Demo(const GAppSettings& settings,HWND parentWindow) { //: GApp(settings,w
_buttonTest = CreateWindow(
"COMBOBOX",
"",
CBS_DROPDOWN | CBS_HASSTRINGS | WS_CHILD | WS_OVERLAPPED | WS_VISIBLE,
CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_CHILD | WS_OVERLAPPED | WS_VISIBLE ,
20,
10,
80,