> That was sort of my original question, stated differently =) I'm just
> not sure where long-term work can be stored, all the examples I see
> are basically focused on property exchange, event reaction, and doing
> things in OnDraw().
What I ended up doing, and I think this is okay, is having an
OnCreate() for the control which turns around and does a
SendMessage()...then I turn around and have an OnCommand() which calls
"Go()" which spawns the worker thread and goes from there. Whew.
Ugly, but it seems to work.
|