I'm trying to see without using the IDE and going through adding all the right names to controls...
But I really don't see where you would loop through the values in the Lisbox -to then save those values into the text file that is being used for the Save toolboxmenu function.
It would be something similar to this:
vb Code:
For i As Integer = 0 To gradesListBox.Items.Count - 1 Debug.Write(gradesListBox.Items(i).ToString & vbNewLine) Next
Place that in the save code and see if it outputs to your debug window - the Output window...
-




Reply With Quote