Maximum Number of Objects on a Form

Maximum Number of Objects on a Form

Question:
Is there any way to get more than 255 objects on a VB form?

Answer:
No, there’s not a way to pass the limit of 255 objects per form. If you’re hitting that limit, you should probably look at breaking your form into multiple forms.

In all the years I’ve been programming VB, I’ve never hit the control limit on forms I’ve built. There are many ways to share controls that are doing the same things. You can also get rid of controls like frames if you’re running short. By breaking controls on to multiple forms, you can save yourself some controls and give yourself more room to grow the form, if necessary.


On 3/30/00, readers Gene & Susan Thomaier commented:
There is a way around this limit (which, unfortunately, we hit): Use control arrays. We agree that one should try to break up the controls onto multiple forms, if possible and acceptable with a client.


On 3/30/00, reader John Laskowski commented:
Your answer is not totally correct. I had to recently work on a project where the design I walked in on had a tabbed control on a form that was driven by database tables for a world-wide repository of oil-well data. We ran into the 255 object limit pretty fast.

However, there is a way around the problem and you failed to mention it. Using the API calls of SetParent you can “swap” out frames on a form with another form that has a frame that has controls within. In this way you can switch parents hwnd’s and the form will “appear” to have more controls. It is a workaround, but that is what the user needs to do if he has to, not redesign his project.


Share the Post:
XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes

ransomware cyber attack

Why Is Ransomware Such a Major Threat?

One of the most significant cyber threats faced by modern organizations is a ransomware attack. Ransomware attacks have grown in both sophistication and frequency over the past few years, forcing

data dictionary

Tools You Need to Make a Data Dictionary

Data dictionaries are crucial for organizations of all sizes that deal with large amounts of data. they are centralized repositories of all the data in organizations, including metadata such as