Hi,
Can somebody tell me how i can link two or more list boxes so that if an item is selected in a list box in a row, another item will be selected in the same row without selecting them one after the other from different list boxes. Thanks.

Recommended Answers

All 5 Replies

You want to select the items in the same row, not the same item ?

Try the following -

List2.ListIndex = List1.ListIndex
List3.ListIndex = List1.ListIndex

your information is not clear..

@Hinjo123,

Please post some meaningful comments when you post. "Yeahh.." does not add much to the discussion here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.