Yes, I had tested adding it at runtime, and it doesn't have this peculiarity. At this moment in time, it's more of a quest to hear a "why this is happening" than anything else.
Main Topics
Browse All TopicsAnyone seen this behavior before:
[WRONG] http://cpoa.brinkster.net/
[ALMOST RIGHT] http://cpoa.brinkster.net/
At design time, I am simply trying to type in the option "V" in my combo list. When I do so, I get an invalid character block showing up. If I type in a space before the "V" (as in picture #2), it shows up fine. If I type in "mA" again without a space, it shows fine. It seems any time I tried to use a single character, I got the strange character block. Anyone familiar with this behavior?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
AzraSound,
I *think* this is a known issue with single character entries, they get changed to a non-printable character - though I can't seem to track anything down to back that up at Microsoft ..!
Work-arounds..
Have you tried populating the combobox at run-time instead of design-time?
Make it into a two character string by add a space onto the end of it and then stripping it off with rtrim as its chosen!
cheers,
>>Hi, what happens if you type space-V and come back and delete space ?
Same problem.
>>I *think* this is a known issue with single character entries
I would hope not, as I think combo's with selections such as "Y" and "N" are quite popular. Besides, I cannot reproduce this on my other computers, so this appears to be specific to this particular development machine. The question is, what is causing this exception.
I'm sure runtime solutions work, but I'm much more curious to figure out WHY a runtime solution would be necessary. As I've discovered, this seems to be machine specific, so perhaps that can provide some insight into what to look for.
AzraSound,
Managed to track down the following which is what I may have been referring to in my original post - http://www.codecomments.co
No explanation as to why unfortunately, just seems to be one of those mysterious glitches under some unknown but specific circumstances - are there any versioning differences of the Common Controls between the machine with a glitch and the others - same VB SP level?..
cheers
Business Accounts
Answer for Membership
by: angelIIIPosted on 2006-05-08 at 14:30:15ID: 16634456
no idea what this could be.
however, what about adding the items at run time (which is what I do all the time)?