VB6. I have 1 form with 64 combo boxes. The problem is that when the form is loaded (even in design mode) it takes up too much memory (system resources). And for some users (LAN), when they run the exe, it causes a Run time Error 7 - out of memory.

Is their a way to reduce the memory the combo boxes use?

Any suggestions?

Note: I have the same problem even if I don't populate the combo boxes.