Hi,
I`m trying to get a client program to detect events of an array of activex exe's.

Something like tis doesnt work.

Dim WithEvents Obj(10) As clsAXE

Would I have to use a ActiveX Control instead ?

Thanks