Dim BookedFile As System.IO.StreamReader
BookedFile = IO.File.OpenText("G:\Starshine Amateur Dramatic Society\SADs Document\Booked_File4thOct.txt")
Do While BookedFile.Peek <> -1
Dim SurnameLine As String = BookedFile.ReadLine()
cmboboxSName.Items.Add(SurnameLine)
This post has been edited by Atli: 26 January 2013 - 07:42 AM
Reason for edit:: Fixed the [code] tags.

New Topic/Question
Reply



MultiQuote




|