disable auto-complete in dropdown [modified]
-
I am trying to set the edit control part of the dropdown to a specific number such as 15 (m_data = "15"). But because a value of 150 exists in the dropdown, it automatically sets it that number. How to I disable this? Thanks. -- modified at 12:10 Tuesday 30th May, 2006
-
I am trying to set the edit control part of the dropdown to a specific number such as 15 (m_data = "15"). But because a value of 150 exists in the dropdown, it automatically sets it that number. How to I disable this? Thanks. -- modified at 12:10 Tuesday 30th May, 2006
-
Yes, it's a dropdown combo box.
-
Yes, it's a dropdown combo box.
-
experiment: edit does not change even if string exists in combo box any specific non-default styles? Kuphryn
No. It's just a dropdown with a CString member variable mapped to it. When I set the value to 16 for instance, it accepts that value. But for some reason, the value changes or the auto-complete kicks in when the number resembles what's in the pull-down.
-
No. It's just a dropdown with a CString member variable mapped to it. When I set the value to 16 for instance, it accepts that value. But for some reason, the value changes or the auto-complete kicks in when the number resembles what's in the pull-down.