Hi Everyone,
Is it possible to create a control and it's arrays on the form in Run-mode?
FOR EXAMPLE:
In Design-mode I had created a Label1(0) and set it's visibility to false
In Run-mode, I had created Label1(1), Label1(2) and so on.
Now, still in run-mode, I want Label1(2) to have a shadow effect so I need to create an array of controls in run-mode to produce this ( eg: ShadowLabel(0) ). But I only want it to be owned by Label1(2) control and no other. Like, if I created Label1(8) but itself had it's own shadow reference if I need to give it a shadowing effect. (Incrementing from 1 to 25 copies of shadow depth for each when and if required).
I hope I make sence,
Just thinking if this was possible and if so, I will need to create it and name it all in run-mode.
Thanks so much for your help, very much valued.
Andrew.
Is it possible to create a control and it's arrays on the form in Run-mode?
FOR EXAMPLE:
In Design-mode I had created a Label1(0) and set it's visibility to false
In Run-mode, I had created Label1(1), Label1(2) and so on.
Now, still in run-mode, I want Label1(2) to have a shadow effect so I need to create an array of controls in run-mode to produce this ( eg: ShadowLabel(0) ). But I only want it to be owned by Label1(2) control and no other. Like, if I created Label1(8) but itself had it's own shadow reference if I need to give it a shadowing effect. (Incrementing from 1 to 25 copies of shadow depth for each when and if required).
I hope I make sence,
Just thinking if this was possible and if so, I will need to create it and name it all in run-mode.
Thanks so much for your help, very much valued.
Andrew.