Hi Guys,
I want to duplicate the path completion behavior of IE's address bar. In other word as I type a path, a listing of close matches should be shown in the dropdown list. How do I get the combobox to drop its list? I've sub-classed the ComboBox and called its protected method OnDropDown directly with no visible result. Any ideas?
I want to duplicate the path completion behavior of IE's address bar. In other word as I type a path, a listing of close matches should be shown in the dropdown list. How do I get the combobox to drop its list? I've sub-classed the ComboBox and called its protected method OnDropDown directly with no visible result. Any ideas?