Create a Visual C# Windows application using
VS2005. Add two label and two text boxes. Use the following picture for
reference:

For the first text box set the Following Properties:
1. Set CustomSource value
for the property Autocompletesource
2. Set Append value
for the property AutoCompleteMode
3. Set the below specified value for the Property AutoCompleteCustomSource
Mahesh Chand
Sivaraman Dhamodaran
Praveen Kumar
Hashit viyas
Dentin Joy
Suthish Nair
Sure Meenakshi
Mike Gold
For the second text box set the same property and values as specified above with
the exception thatAutoCompleteMode be
set to Suggest.
Run the Application and test
1. Run the Application
2. In the First text box type only the letter S

Note
that the auto complete (Append) tries to fill the text box value based on the
alphabetical order.