Search results for query: *

  • Users: nathani
  • Content: Threads
  • Order by date
  1. N

    Cannot Access a Closed File

    I can't understand why I'm getting this error. I'm trying to parse a tab seperated file. After 10 lines being read it throws the above error which is an ObjectDisposedException. Public Function readNextLine(ByRef buffer As Single()) As Boolean Dim i As Integer Dim tempString As...
  2. N

    ReadWrite to file, file access errors

    I'm having some problems with file access to a log file that my program is writing to. I have it all set up fine and it logs the data being pulled off the network to a file. But when I copy and paste that log file with windows explorer (XP) or I open the file with a log viewer program that...
Back
Top