select items in a list box automatically
========================================

31 may 2003

by vengy, Pondichery, India.

vb4vengy@yahoo.com

Purpose
=======
select items in a list box automatically
based on the text given in a text box, 
and also fill the text box.

Note
====

1. I am using sequential search only. this may 
   not be efficient when you have large number 
   of items in the list box. 

2. This example program is provided "as is" with no 
   warranty of any kind. It is intended for demonstration 
   purposes only. In particular, it does no error 
   handling. 

3. Mail your comments & suggestions to vb4vengy@yahoo.com