I copy and paste in a form a textbox.... but recive the error!
Reached limit. cannot create any more control on tghis form
i cannot copy a textbox - i'm on vb 6.0
-
- PlatinumLounger
- Posts: 4576
- Joined: 26 Apr 2010, 17:36
-
- Administrator
- Posts: 80088
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: i cannot copy a textbox - i'm on vb 6.0
The maximum number of unique control names on a form is 254
Best wishes,
Hans
Hans
-
- PlatinumLounger
- Posts: 4576
- Joined: 26 Apr 2010, 17:36
-
- 5StarLounger
- Posts: 742
- Joined: 27 Jun 2021, 10:46
Re: i cannot copy a textbox - i'm on vb 6.0
Control arrays may be a way of dealing with this (depending on your requirements) - note, as Hans says, the limit is unique names, not controls