Yea I agree there are other methods to do it without so many combo boxes. I was more curious if it was normal that a combo box would consume that much of the computers resources.
They certainly do! I love VB, but it is notorious for being a bit hoggy in resources to begin with, and combo boxes are a major culprit. As suggested below, a redesign is in order (a grid would work, perhaps).
Originally posted by StormcloudCreations: They certainly do! I love VB, but it is notorious for being a bit hoggy in resources to begin with, and combo boxes are a major culprit. As suggested below, a redesign is in order (a grid would work, perhaps).