12-14-2007 07:26 AM
12-14-2007 10:05 AM
Wim,
Actually, it is possible to change a control's attribute in a different thread. However, to see the effects of the attribute change, you have to process events in the thread where the control was created/loaded. So, the problem is in the ProcessDrawEvents, which is not going to have any effect in the async timer function. Is it possible for you to signal the main thread in order to process events there?
Luis