Control Array with ComboBox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nedier26
    New Member
    • Mar 2007
    • 1

    Control Array with ComboBox

    Hi everyone,

    I have a control array that contains two ComboBox and I used a Select Case to make the difference between the ComboBox and I also diferentiate the two ComboBox using their Index value. The problem is that when I run my program I can not see the values that are in the second ComboBox (Index 1) but I can see the values that are in the first ComboBox (Index 0). I have to click on the first ComboBox and then click on the second so I can see the values that are in the second ComboBox. It seems like the click on the first ComboBox activate the second one and display the values that are located in it. Is anyone of you know how i can resolve this issue because i want to be able to see the values when ever i click on the second ComboBox.

    Thanks
Working...