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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/windowsformsautocomplete
- Owner: karenpayneoregon
- Created: 2018-05-20T22:08:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T13:31:29.000Z (over 7 years ago)
- Last Synced: 2025-01-29T00:29:04.232Z (over 1 year ago)
- Topics: autocomplete, csharp-code, windows-forms
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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