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( _buttonTest = CreateWindow(
"COMBOBOX", "COMBOBOX",
"", "",
CBS_DROPDOWN | CBS_HASSTRINGS | WS_CHILD | WS_OVERLAPPED | WS_VISIBLE, CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_CHILD | WS_OVERLAPPED | WS_VISIBLE ,
20, 20,
10, 10,
80, 80,