Hi,
I have a windows form where i try to update a form which has 1000 labels. By update i mean i try to set the color of the labels. And i am doing this update in windows form timer every 1 sec.
My problem is the UI freezes. I tried using a thread. In the thread i tried to call the update code, but still the UI hangs.
I have a windows form where i try to update a form which has 1000 labels. By update i mean i try to set the color of the labels. And i am doing this update in windows form timer every 1 sec.
My problem is the UI freezes. I tried using a thread. In the thread i tried to call the update code, but still the UI hangs.
Comment