|
-
Feb 9th, 2012, 09:34 PM
#10
Thread Starter
Member
Re: Opening a file to display text?
 Originally Posted by proneal
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...
-
Yeah they went into the debug window
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|