auto complete combobox control
Category:
C#, VB.NET, ASP.NETType:
ClassesDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: Visual Basic.NET
More information:
This is a pretty simple class that inherits from the standard combobox. The difference is that it does autocomplete, which I find very useful in almost all of my applications.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: