Hello, I have a few items in my listbox how would I convert it into an array?

Dim myArr() As String = ListBox1.Items.OfType(Of String)().ToArray()
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.