Donate

Textbox Custom Controls With Autosuggest Features In C# Windows Forms

A textbox custom control developed by Aland Li, MSDN Moderator was the basis for the creation of three new versions of textbox custom controls with Autosuggest features. I managed to fixed some bugs and improve the functionalities of the control.

The first control integrates Suggest + Append feature.
Textbox Custom Controls With Autosuggest Features In C# Windows Forms
The second control integrates exact keyword searching which is a limitation to the built-in .NET textbox autosuggest feature that is using startswith algorithm.
Textbox Custom Controls With Autosuggest Features In C# Windows Forms
The third control is an enhancement of the second control with keyword highlighting.
Textbox Custom Controls With Autosuggest Features In C# Windows Forms
Thanks to the original creator of the control

Cheers.

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations