Hi, I need to create a thread (I think) to allow screen updates to happen during a 5-minute processing step that does heavy internet access. I tried simply putting .Update calls inside my loop, but about one run in 5, the screen just stops updating until processing completes. Sort of defeats the purpose of keeping the user informed.
What's the best way to do this? (Delphi 7, in case it matters) Thanks, Rainer _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

