| Article: |
C# News Ticker Multithreaded Application | |
| Subject: | To make this work properly... | |
| Date: | 2003-09-12 07:37:49 | |
| From: | generalpf | |
|
Add this to the class:
|
||
Showing messages 1 through 2 of 2.
-
To make this work properly...
2003-11-05 17:08:57 anonymous2 [View]
-
To make this work properly...
2003-09-12 07:39:00 generalpf [View]
Oh yeah, and replace "label2.Text =" with this:
label2.Invoke(tickerDelegate2,new object[] { headline.Substring(0,i) });
...but I'm sure you knew that.



No 2: Congratulate generalpf on his/her example. Maybe you should have written this article and not some one who stumbled across threading yesterday.