Ctrl+Enter to add data in combo box does not work
An officemate of mine is trying to add some data to a combo box in a regular VC++ 6 Dialog. When he tries to add the second line in data, by pressing Ctrl+Enter, nothing happens.
He tried it in a separate project, but Ctrl+Enter just wont work.
It works allright on other machines.
What could be the problem? I tries to log messages on his and mine machines and I have a WM_USER+3 message, which does not come on his.
Thanx in advance.

