G
Guest
Hi,
I want to make an arraylist of all the items in a listbox.
Can I do it like this:
CType(lstSelectedList.DataSource, ArrayList)
Or is there a better way in VB.NET (Framework 1.1)
thanks
Philip
I want to make an arraylist of all the items in a listbox.
Can I do it like this:
CType(lstSelectedList.DataSource, ArrayList)
Or is there a better way in VB.NET (Framework 1.1)
thanks
Philip