I am trying to convert a asp.net application into a windows forms application. One combobox fills when you start typing. so if you press a, it will find the first 15 items that start with a. It is using ajax. How can I replicate this behavior with a windows from?
Start Free Trial