tags:

views:

31

answers:

1

Hi,

I do have a program which logs some specific events in a text file (it keeps the file open).
Now I want to program a second application which shows these logs on a form.

can I set an event for any change in a text file which is opened by another process? or I have to read that regularly?

thanks

+3  A: 

Have a look at the FileSystemWatcher Class

Mitch Wheat