|
-
Jul 10th, 2006, 05:56 AM
#1
Thread Starter
New Member
Multiple Instances
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
-
Jul 10th, 2006, 06:02 AM
#2
Re: Multiple Instances
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.
-
Jul 10th, 2006, 06:04 AM
#3
Thread Starter
New Member
Re: Multiple Instances
I posted this in the wrong place....sorry. I clicked 'New Thread' rather than 'reply'
Apologies to all....
-
Jul 12th, 2006, 05:10 AM
#4
New Member
Re: Multiple Instances
Is The Control name ctrlUserControl in your form is valid with index 0
If so it works fine
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|