Accelerators, MFC -> ATL [solved]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have an MFC app, which uses an accelerator for DEL, ctrl+X and others. I also have an ATL dll which opens a modeless dialog with an edit control. Problem is, when I hit DEL or ctrl+X in this edit control, it's routed to the main app, which, need I say, leaves the user quite surprised. Any ideas on how to solve this? EDIT: hmm, well what do you know... This site[^] is a great souce of knowledge...
modified on Monday, January 17, 2011 8:03 AM