Creating an array type property in an activeX control
Creating an array type property in an activeX control is not possible. An alternative to this technique is to use a funciton, can anyone help me providing me an example of array type property,
Problem:
I have to get some values from a command button pressed at design time of an activeX control, these values will be stored in an array type variable (say tempArray), now I want to access the variable at runtime, array type property is not supported, I have tried to use a function but its not working, can anyone suggest me an alternative to this
Possible test Sample Application:
Create an activex control and
create any property u like,
create any array type variable
create property page and
place a command button on it, on click populate an array
create a function which can be accessed at runtime to display or access the value of the array
I have tried this, the array also populates but at runtime the value is not shown
If anyone can help then please hurry! or send a link where I can find some help..