How to live read text file into textbox in C#

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-04-21T09:21:09Z Indexed on 2010/04/21 9:23 UTC
Read the original article Hit count: 115

Filed under:

Hi,

How to read live text from a text file into textbox in C#? The file is being updated all the time by another process, and we need to keep displaying the updated text in the textbox.

Any hint will be appreciated,

Thanks,

© Stack Overflow or respective owner

Related posts about c#