I'm fairly new to VB and development so please excuse the level of knowledge, but hopefully I can gain a lot here.
I've designed a simple form with some textboxes and a command button. How do I add the text from the textboxes to my four columns in my listview with my click event on the button. I tried variuos methods but the data is being written down one column, not across the columns as I need.

Thanks,