How to map return-key(enter) from combobox?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm making a dictionary application and I want to know how to map message, when users key-in their vocabulary in combobox and then press enter, with my "Search" procedure. I already mapped button message with my "Search" procedure. I don't know how to use WM_KEYDOWN or ON_WM_KEYDOWN. Help me, please..:-O