M
Marc
So i have a text file where each line represents a button name.
What the code I need to read this file and creatre a new button from
each line..
so far I just have code to read the whole file
Dim TextFileStream As System.IO.TextReade
TextFileStream = System.IO.File.OpenText("C:\MyTextFile.txt")
Dim MyFileContents As String = TextFileStream.ReadToEnd
What the code I need to read this file and creatre a new button from
each line..
so far I just have code to read the whole file
Dim TextFileStream As System.IO.TextReade
TextFileStream = System.IO.File.OpenText("C:\MyTextFile.txt")
Dim MyFileContents As String = TextFileStream.ReadToEnd