I'm doing a Program for a Friend of mine, He Want to have a Console Program Running on his Computer.
OK the problem i am having is With Stream Read, I have 3 test users inside Test File,

if User 1 logs in his information is store in logged file with time and data.

but if User 3 logs on user 1 2 and 3 are all saved on the logged file

i dont have read to end of file in my Code.

i dont have my Program with me, so i going off the top of my head i have something like this

what i want to be able to find out how to do is Right from any part of the file and out put it, I take it i need to use Random Access but how to i code Random Access for this type of file.
All i can find is how to Randomly place Words in a text file with Length and size.

Code:
Dim sgruser As New Stream.IO.Reader("User")
Dim "" As String
""
""
""
sgruser.close()

Dim input As StreamWriter("Logged")
input.Writeline()
input.Writeline()
input.close()