Hi all,
I have a couple of list boxes and would like to scroll them all at once so each item is kept in sync against the rest of the lists.
Can this be done?
Sam
Printable View
Hi all,
I have a couple of list boxes and would like to scroll them all at once so each item is kept in sync against the rest of the lists.
Can this be done?
Sam
have a look at this post...
your listboxes must contain the same number of items
http://www.vbforums.com/showthread.p...roll+listboxes
I am still having a bit of trouble doing this.
I have four listboxes, and want to keep them all in sync. I kinda understand the concept. But still struggling to implement it, could you give me an example using the names of my listboxes as I am not quite sure where these go.
Names are:
lstissue
lstlogby
lstdesc
lstprog
Cheers,
Sam
What have you got that isn't working for you? Based on the link by .paul. what have you tried?
When I add the class, when I go to design view of my form. It is not there so you cannot change the UI. But when you delete the class it comes back. Also the listboxEx is not in my toolbox.
Sam