From 336b978fd3c4abf7ba4111cc316f345cc7bd37cb Mon Sep 17 00:00:00 2001 From: MusicalProgrammer <38636805+MusicalProgrammer@users.noreply.github.com> Date: Mon, 4 Jun 2018 23:01:45 -0400 Subject: [PATCH] Disabled editing inside the ComboBox. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 09ee5a3..21aacc9 100644 --- a/main.cpp +++ b/main.cpp @@ -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,