Quote:
|
Originally Posted by Ghost
What version of Visual Basic?
In VB.NET I believe:
FileStream file = new FileStream("C:\textfile.txt",FileMode.OpenOrCreate, FileAccess.Read)
StreamReader sr = new StreamReader(file)
Text1.Text = sr.ToString()
|
If it were VB.NET it would be in the VB.NET forum :p
I'm running VB 6