Combo Box Control Strange Behavior

  • Thread starter Thread starter Tom McCray
  • Start date Start date
T

Tom McCray

Using the VBA control -

90% of the time all is well, but occassionally some of the combo boxes will
automatically 'resize' when I click on them. It looks like some kind of
'bug' in the control itself (the width and height change, and the font inside
the control (the actual text) gets very small, but the font (when viewed with
properties inside VBA) is still Arial 10).

I'm NOT doing any VBA to programmatically alter the size.

It's important that these things work properly, as I'm trying to build an
interactive form for users to input data; this will be a big problem.

Anyone seen this behavior?? (I should say that I'm using Remote Desktop, to
work on this occasionally, but I have seen this when NOT in a RDP session).

Thanks in advance...
 
Tom,

I have seen this behaviour. I had to code the sizes for one of my clients
because they kept re-sizing.
 
Tom,

I have seen this behaviour. I had to code the sizes for one of my clients
because they kept re-sizing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

hide combo box 6
Combo Box/Drop down box 1
Font for Combo Box Control 4
Combo Boxes not updating in Excel 2003 0
Access Control on subform / combo box requesting parameter 0
Combo Box 1
Combo box list help 2
Combo box problem 3

Back
Top