Hi,

Got a quick Question if anyone can help?

I have a HUB type Exe that spawns 10 ActiveX EXE's (thread per object) with events.

For example:
I have a routine that calls Print and it selects an object (one of the 10) and issues a print statement.

So my routine does things, selects the object, calls print on the object and carries on.

My problem is that the even is coming back from the object. In the event Handler there is other code. This is getting executed on that object BEFORE my PRINT calling code has finished?

Is there a way to prevent this ?

Thanks

Chub