I have a variable-length record that is written to a file every second from another program. The vb program is supposed to get the new record and update the form with the info. Is there a way to get the newly-written record without having to read from the top of the file each time? Thanks.