[转]C#中,让组合框(ComboBox)支持拼音首字母检索筛选

经过继承系统的ComboBox,写一个新控件ComboBoxEx,重写它的焦点以及文本更新事件,就能够轻松实现拼音首字母检索了。例如:输入 gd ,就能够出现“广东”。 html 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Windows.Forms; 5 using
相关文章
相关标签/搜索