I'm looking to cycle through items in a listbox and output each item into a messagebox. So, for example. I have a listbox which contains the values Apple and Orange one after the other. What I want to do is have two message boxes display upon clicking a button which will display 'Apple' in the first messagebox then 'Orange' in the second. The amount of entries in the list could vary so I would need it to loop through until all the entries had been outputted to msgboxes.
2006-11-22
01:21:42
·
2 answers
·
asked by
Anonymous