Hello all,
I am developing an application in VB6. I have 4 listboxes with vertical scrollbars. The requirement is thus: When I click on a particular item in a particular listbox, all the items in the other listboxes having the same index should get highlighted. Also when I scroll down with one list box, other list boxes should also scroll down by the same amount.
Is this possible using listbox object or should I use a different object?
Thank you
I am developing an application in VB6. I have 4 listboxes with vertical scrollbars. The requirement is thus: When I click on a particular item in a particular listbox, all the items in the other listboxes having the same index should get highlighted. Also when I scroll down with one list box, other list boxes should also scroll down by the same amount.
Is this possible using listbox object or should I use a different object?
Thank you