From: BeeJ on
Dee Earley was thinking very hard :
> On 05/08/2010 03:50, BeeJ wrote:
>> Oh yes. I change the Instantiation to 3-SingleUse and now I get an
>> instantiation of each ActiveX EXE. All four identical ActiveX EXEs show
>> up in Process Explorer. Hopefully, now each is on its own thread.
>> Could not prove it in the case of only one showing up that runs in all
>> for classes as before. Is there a way to see that?
>
> Log App.ThreadID.
> I expect your original problem was handles/timers being shared or confused
> between all the objects, but without full code, it's difficult to say.

Thanks.
This app has over 80,000 lines of source. I really like the off the
wall suggestions because it makes me think. It's nice to be handed a
solution, but nicer to figure it out myself with usually very helpful
inputs from others.