Hi, i'm having a little trouble with my form. My application reads data from a .mdb file and then categorize it.
ex:
Make Model
Ford Mustang
Ford Focus
Toyota Auris
On the form every make is a label and next to it i have a combobox with al the models. I have no problem doing this, I create my combos and labels when I find a new make. the only thing is that if I have too many labels and combos on Y-axis and I have to scroll to the form, the repainting takes a bit too much, I think. I mean it's not smooth like scrooling an explorer window, it takes about half a second to redraw the form.
Can anyone please tell me what might be the cause?
PS: the number of labels and combos is somewhere between 60 and 90 pairs