ComboBox resize changes the text

  • Thread starter Thread starter Mark P
  • Start date Start date
M

Mark P

How to solve this?

1. Place a ComboBox in a form

2. On the ComboBox Properties window change the Items to hold:

a
b
c
d

3. On the ComboBox Properties window change the Text to A

4. Resize the ComboBox and notice that the display Text changed from 'A'
to 'a'

5. On the ComboBox Properties window change the Text to P

6. Resize the ComboBox and notice that the display Text still is 'P'
 
I don't see the signficance of this; if the value you enter in the Text
property exists on the Items list, the casing is chnaged when you resize.
Try C or D, and the same will happen as with the A. Not with P as it doesn't
exist on the list.
 
once more I ask the kids to go to playground or read answers instead of
being 'highlighted'
 
Back
Top