>
> I suppose that might be a consideration here. *It depends on how you *
> implement the worker thread. *But from a more general point of view, as*
> long as you're not doing something that will lead to an illegal operation, *
> I don't think that it's necessarily a bad thing to put initialization code *
> in the constructor. *It has to run _sometime_, and the constructor is in *
> fact a place where things are supposed to get initialized. *
OnShown worked like a charm. Thanks for the help.
I suspect that in this case it would work fine in the
constructor...but I am my own worst enemy. A month from now I'd
probably add more initialization to the constructor and miss some GUI
updates from the worker thread as a result.
Dave