Quote Originally Posted by proneal View Post
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:
  1. For i As Integer = 0 To gradesListBox.Items.Count - 1
  2.                                 Debug.Write(gradesListBox.Items(i).ToString & vbNewLine)
  3.             Next

Place that in the save code and see if it outputs to your debug window - the Output window...
-
Yeah they went into the debug window