questa è nel tasto carica:

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim Openfile As New OpenFileDialog
Openfile.FileName = ""
Openfile.Filter = "Text Files (*.txt)|*.txt|File (*)|*|All Files (*.*)|*.*)"
Openfile.Title = "Open"
Openfile.ShowDialog()
Dim Read As New System.IO.StreamReader(Openfile.FileName)
Totale.Text = Read.ReadToEnd
Read.Close()
Dim s() As String = Totale.Lines
j = InputBox("inserisci il numero di materie presenti In un giorno")
For i = 0 To j
If s(j) = "UNLOCK su URT" Then
CheckBox2.Checked = True
End If
If s(j) = "Controllo campo CBN type -> Positive" Then
CheckBox3.Checked = True
End If
Next i
TextBox31.Text = s(j)
End Sub

è un po difficile da spiegare ...
provate ad iutarmi.. se no vi giro il programma e ve lo guardare da voi che fate prima