Archive for July 25th, 2006
Daily Archive
Tuesday, July 25th, 2006
Timer events to process a task in the background
This program is an example of using timer events to do a task in the background while allowing the the user interface to still respond to events. This technique requires the background task to be split into parts which are short enough for each part to complete quickly enough for a user to not notice [...]
