Re: [GD-Windows] ActiveX Control question
Brought to you by:
vexxed72
From: Brian H. <bri...@gm...> - 2005-01-13 21:31:51
|
> 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. |