How to take each individual line from a TextBox and place it into an individual Column of a List View. (Vb.net Windows Forms)

  • Thread starter Thread starter dannymozzer (Dan)
  • Start date Start date
D

dannymozzer (Dan)

Guest
Hi,

I've looked all over the place and can't seem to find an appropriate answer, basically, all I want to do, is take each individual line from a TextBox (See diagram) and place it into an individual column of a ListView (See diagram)

The TextBox and the ListView have all ready been created, so I just need to know how to transfer the information.

Diagram:

1448063.png

Thanks,

Dan

Continue reading...
 
Back
Top