--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > My guess is that comes in while a slowish object is being initialised. > Probably wouldn't help to test for message coming in before the object is > loaded. >
Scripting.FileSystemObject will be created in the apartment of the calling thread, so no need of marshaling, i.e., there'll be no inter-thread SendMessage. Are you using HookWindowEvents? If so, have you tried without HookWindowEvents?
