Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a Ocx component .. how can I create a Array of this component ?
You just declare an array of the type of your OCX. For instance : Private m_MyActiveXArray(size_of_your_array) As MyOCXLib.MyActiveX Jerome