I'm creating a program that generates a config file for
another program. I'm using the tab control and filling each
tab with controls that are indicative of settings within the config file. For arguments sake, let's say i have 100 text controls which are settings that the user can directly enter, or 5000 boolean controls which set flags for some other program. I've reached a point where the form is
complaining that are has too many controls on it. What is the best way to put endless controls on a form and not have it complain?