By skyhawk133
via dreamincode.net
Submitted: Oct 09 2007 / 14:43
Welcome to my tutorial on Creating You Own AutoComplete TextBox in C#. This tutorial assumes you have a good knowledge of making your own User Controls, and an understanding of overriding base events in the control you're inheriting from. In this tutorial we will be creating a TextBox that has an auto complete ability, retrieving its values from a text file.
Add your comment