Author Topic: (C#) Using Text boxes with List Boxes  (Read 2337 times)

0 Members and 1 Guest are viewing this topic.

lanks

  • Guest
(C#) Using Text boxes with List Boxes
« on: July 12, 2007, 01:38:01 AM »
First off ill post my code when i get home, I'm sorry about that but i don't get home for awhile.

Anyway, in my program i have 3 Text Boxes and 3 List Boxes on a form. The list boxes are populated with data from a text file. The user is supposed to be able to either click inside and List Box and it will show their selection and related data in the other List Boxes, or they can type into any Text Box and as they do it will narrow their choices down (similar to a combo box)

I cant get the list boxes to narrow the choices down as they enter data. Everything in the first list box is unique but non of the others are.

Thank you in advance, you don't have to give the solution, a link to something similar would also be greatly appreciated