two listboxes have the same contents
how can i make it so when someone clicks on one, it automatically effects the other in the same way?
the first listbox being a regular listbox, the second one being a dirlistbox
Printable View
two listboxes have the same contents
how can i make it so when someone clicks on one, it automatically effects the other in the same way?
the first listbox being a regular listbox, the second one being a dirlistbox
trap the click event of the normal listbox on which you handle the code for the Dirlistbox.and on any changes in dirlistbox set the focus back to the normal listbox.click event of listbox fires when LISTINDEX is changed so you can easily handle changes in any of them.
Pavan