Click here to Skip to main content
15,887,467 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using CComboBox control. When I type some characters in it and check which letter is typed in(in PreTranslateMessage()), then I always get capital letter in its message's wParam. My CComboBox control does not have uppercase property TRUE. Why this is happening?
Posted

1 solution

The hint is in the name: PreTranslateMessage. You get the same virtual key code, because, well, you hit the same key.
 
Share this answer
 
Comments
Sam L 6-Aug-15 8:59am    
OK. Got it :) Thanks
CPallini 6-Aug-15 11:17am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900