Ok so I have an array and wish to add the variables of the array to separate lines of the list box. I came across this which in some ways worked but also didn't. The second thing mentioned on the page was to us:
This works the first time you run it but if you try to run it again nothing happens. So using the above or something else how can I get it to update the list box?Code:ListBox1.DataSource = Form2.Title
Another thing I tried was to use the DataSource method but instead to clear the list box first, but that turned up an error
Thanks for any light you can shine on this,
Sparky13




Reply With Quote