Hello

I have ActiveX EXE With Events.

I want to define dynamic array of that object. But I get error on the define line, I wrote that code:


private withevents ObjTest() as CTests




Is there any way to define array of object with events???

Thanks for any help.