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.
The second control integrates exact keyword searching which is a limitation to the built-in .NET textbox autosuggest feature that is using startswith algorithm.
The third control is an enhancement of the second control with keyword highlighting.
Thanks to the original creator of the control
Cheers.
The first control integrates Suggest + Append feature.
The second control integrates exact keyword searching which is a limitation to the built-in .NET textbox autosuggest feature that is using startswith algorithm.
The third control is an enhancement of the second control with keyword highlighting.
Thanks to the original creator of the control
Cheers.
Comments
Post a Comment