Queue multiple GUI updates into a single update event (C# .Net)
I’m writing a simple utility that involves scanning a hard disk and updating a display with the latest status. There are potentially many, many, many, many, MANY changes that happen to the display in very quick succession and sending an update event which triggers a screen refresh for every single state change would be an [...]
Popularity: 4% [?]
Filed under: Code | 1 Comment »

