MFC CEdit and CCombobox – Want Ctrl+ Backspace to Delete Whole Word instead of outputting “Square” 127 Character
Traditionally, pressing Ctrl+ Backspace in a Win32 text control such as an Edit or ComboBox would generate a delete control character corresponding to ASCII code 127. In many Windows applications such as the Windows 10 version (and before) of Notepad, ctrl+ backspace will generate a “square” character. See below: