Hi all, I have a problem with Listbox. how to get value from list box if list box is multiple selected. such as:
Listbox1.addIte m "X"
Listbox1.addIte m "Y"
Listbox1.addIte m "Z"
Listbox1.addIte m "P"
Listbox1.addIte m "Q"
Now, i want to see values if i select X and Y items after pressing button1, i am using vb6. so, what is the process to get multiple output from listbox? Thx advance.
Listbox1.addIte m "X"
Listbox1.addIte m "Y"
Listbox1.addIte m "Z"
Listbox1.addIte m "P"
Listbox1.addIte m "Q"
Now, i want to see values if i select X and Y items after pressing button1, i am using vb6. so, what is the process to get multiple output from listbox? Thx advance.
Comment