Add DatadridView to the form, then right click the control and "edit columns" and add a few columns.

Code:
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
		'we set the size mode of the datagridview
        DataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells
		'now import the data
        Using parser As New Microsoft.VisualBasic.FileIO.TextFieldParser("data.csv")
            parser.SetDelimiters(",")
            While Not parser.EndOfData
                Me.DataGridView1****ws.Add(parser.ReadFields())
            End While
        End Using
    End Sub

Now make a CSV file called data.csv and add some data to it.
Code:
My Serial,RHGY-6E32-8PN5-X8PL-8RLD
A game I bought,6E32-RHGY-8PN5-8RLD-X8PL
Alex The Kid,8HYFR-FDF-8KJF76-FE