dear newsgroup member,
I want to access a label in a form (form1.cs) from a class file
(periodicUpload .cs). The label in form1.cs is a status Indicator.
PeriodicUpload. cs is a timer class file. From this class file I upload every
minute a file to a web server. in the Main form (form1.cs) the label must
changed when an error occurs in PeriodicUpload. cs.
I read something about delegate and event but I don't know how to implement
this.
I am just start with programming with c#.
can some one help me with this please
I want to access a label in a form (form1.cs) from a class file
(periodicUpload .cs). The label in form1.cs is a status Indicator.
PeriodicUpload. cs is a timer class file. From this class file I upload every
minute a file to a web server. in the Main form (form1.cs) the label must
changed when an error occurs in PeriodicUpload. cs.
I read something about delegate and event but I don't know how to implement
this.
I am just start with programming with c#.
can some one help me with this please
Comment