display the items in a combobox
-
Hi, Is it possible to display the items in a combobox in the same way windows does it when you go to open a file. If you start typing text a dropdown is displayed with files that match the text being entered.
-
Hi, Is it possible to display the items in a combobox in the same way windows does it when you go to open a file. If you start typing text a dropdown is displayed with files that match the text being entered.
hey ShivarajKumar it is possible what you are looking for just look at this link for the same http://www.vbforums.com/showthread.php?p=3480955
-
Hi, Is it possible to display the items in a combobox in the same way windows does it when you go to open a file. If you start typing text a dropdown is displayed with files that match the text being entered.
You can use AutoCompleteSource property of Combobox class.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion