I'm playing around with building C# app, really new in C#. What I'm trying to do is; make the app periodically read the content of a text file (in one or two words only). The content of the text file will be handled by other mean, so no issue on that. I'm displaying the content on the Text of System.Windows.Forms.Label(). Right now, it works on Click or HandleCreated event. But I want it to automatically read and display the content in every, say, 2 minutes.
I looked at this and this but not really sure how to implement it on my case. Anyone can help? Thanks!