Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Problem with displaying Items on the Array

$
0
0
i'm trying to display the items on the Array to a Label

I can't seem to find the easiest way when using this method

'Declaring an Array
Dim arrl() As String
'Count the content of the ListBox items and Copy to an Array
ReDim arrl(ListBox1.Items.Count - 1)
ListBox1.Items.CopyTo(arrl, 0)



Viewing all articles
Browse latest Browse all 51036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>