Hello,
Is it possible to have multiple instances of this control on a form? I've been trying to use a control array (using; load ctrlUserControl(1)) and this is causing an error and crashing VB.
Thanks
Laurence
Printable View
Hello,
Is it possible to have multiple instances of this control on a form? I've been trying to use a control array (using; load ctrlUserControl(1)) and this is causing an error and crashing VB.
Thanks
Laurence
Of course you can have multiple instances of a control, how on earth would you have two text boxes?
If you mean a specific control that has possibly been modified (not sure how tho) to only allow one (license *shrugs*) then which control are you talking about.
btw, make sure your first control has an index of 0 already setup before, you cant create the array on the fly.
I posted this in the wrong place....sorry. I clicked 'New Thread' rather than 'reply'
Apologies to all....
Is The Control name ctrlUserControl in your form is valid with index 0
If so it works fine