Hello!

Ive tried to search about this topic but didnt find any thread that would match my problem specificly...

Here it goes. First of all I have to say that Im quite new at VB so please keep it basic

I want the user to add data (x- and y- koordinates in this case) by typing it in two seperate textboxes (one for the x-value and one for the y-value). Then, by pushing a button, the values should be added from the textboxes to a single (-preferably) listbox.

The values in the listbox should be editable when clicked (a new edit window pops up with textboxes for the two values from that row) so I have to find a way keep the x- and y- values apart. I dont know if there is a way to work with rows and columns in the listbox?

I hope I wrote it somewhat understandable, as I wrote - I'm qouite new at this so probably I dont use the right terms.