Hey, I created an ActiveX DLL, and now i want to use it. I use withevents to instantiate an instance of it, like:

private withevents mydll as thedll.substuff

now how do i go and create an array of it? like create more than 1 instance of 'substuff'?

thanks in advance.