3
Answers

Keeping two listboxes synchronized

Robert Lancaster

Robert Lancaster

16y
7.8k
1
Greetings,

I am busy developing an application which has two listboxes containing two variations of the same data.
I need to be able to keep the selected items synchronized.
Both listboxes must have the same item selected at the same time.
I need the two items to be selected next to each other.

The other problem is that I need to scroll the listboxes together.
Both when scrolling down and then across.

Does anyone out there have any ideas, or hopefully samples, to achieve this?

Thanks in advance,

zaroblan
Answers (3)
0
c_wiley

c_wiley

NA 57 0 21y
Not sure exactly how to do it from Access, but I read the contents of a file in to a Stream, and load it in to my control using txtScript.LoadFile(FileStream, RichTextBoxStreamType.RichText) Hope this helps, Craig