Updating Labels in C#
I have two files. One is the form or the GUI and the other is a class which has related functionality.
Basically I am developing an avi player.
In the GUI I have a Label. In this Label I want to display the time (chrono time of the avi file i.e 00:00:00 and it keeps on increasing as the file is played)
My problem is that I am relatively new to GUI programming.
How can I dipslay this time in the Label i.e how should I update this Label to display the time. What technique should I use? Delegates or what.
Please help.
Thanks
dranne
|