Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27329

VS 2010 Split ListBox Item

$
0
0
Hello!

I have one listbox with items ( just one item for now )

Code:

ListBoxItem1    {X=200,Y=2}
How can I split it so that it only says:

Code:

200,2
I'm trying to use it like this:

Code:

Cursor.Position.X = ListBoxItem1.Text
Cursor.Position.Y = ListBoxItem1.Text

Well, of course that's not going to work, but trying to give an example of my destination. I wish the listbox had columns, so I could just select from an invidivual column:

Code:

Cursos.Position.X = ListBoxItem1.Column1.Text
Lol, hope you understand what I'm trying to do.

Viewing all articles
Browse latest Browse all 27329

Trending Articles



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