I am using filestream and streamreader to read a file and display the results in a textbox. The content of the textfile is changed by an other application. Is it possible to monitor these content changes and repeat the reading process?

Thanks