An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/windowsformsautocomplete

Working with auto-complete
https://github.com/karenpayneoregon/windowsformsautocomplete

autocomplete csharp-code windows-forms

Last synced: about 2 months ago
JSON representation

Working with auto-complete

Awesome Lists containing this project

README

          

### C# Windows Forms Autocomplete

- Example on how to work with AutoComplete Combobox.
- The code shown for a ComboBox works with TextBox controls too.
- Data source is Microsoft SQL-Server.
- Created in Microsoft Visual Studio 2017.

#### [TechNet article](https://social.technet.microsoft.com/wiki/contents/articles/51552.windows-forms-auto-complete-combobox-c.aspx) for details