How to sense up/down arrows in CEdit
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a simple GUI in which I want to implement a history feature of keywords that were typed in the CEdit box. How can I get a notification when the up or down arrow keys were preseed when the CEdit control is in focus ? Thanks,
-
Hi, I have a simple GUI in which I want to implement a history feature of keywords that were typed in the CEdit box. How can I get a notification when the up or down arrow keys were preseed when the CEdit control is in focus ? Thanks,
-
thr first one was just an autocomplete, the second one was better. thanks