G
greenfalcon
I have a quick question. I have a form with lets say 2 separet
listboxes on it. A lstBox1 and lstBox2. Now what i need these to do i
if you scroll down with list box1, listbox2 moves scrolls down as well
Really what i am trying to do is the two listboxes have data in the
that needs to relate to the information in the other one, I cant hav
one list box move because then all the data is in the wrong place...
for example
This is how its supposed to look
lstBox1 lstBox2
a a
b b
c c
d d
i cant have this happen, when scroll box1 is scrolled the info in box
does not move.
lstBox1 lstBox2
b a
c b
d c
Hopefully this is clear enough.
Thanks for your hel
listboxes on it. A lstBox1 and lstBox2. Now what i need these to do i
if you scroll down with list box1, listbox2 moves scrolls down as well
Really what i am trying to do is the two listboxes have data in the
that needs to relate to the information in the other one, I cant hav
one list box move because then all the data is in the wrong place...
for example
This is how its supposed to look
lstBox1 lstBox2
a a
b b
c c
d d
i cant have this happen, when scroll box1 is scrolled the info in box
does not move.
lstBox1 lstBox2
b a
c b
d c
Hopefully this is clear enough.
Thanks for your hel