Cannot trap F9 key in my application!!!
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a dialog-based MFC application, in which there is a RichEdit control, on whichever line the cursor is present inside the RichEdit control, if I press F9 key, that should show one circle with the color that VC++ uses for setting the breakpoint outside the Richedit control but on the dialog box on the same line where the cursor is present. My approach is, that if I have to work out the OnKeyDown message on the RichEdit control as a child of the dialog box, I will have to derive a class from CRichEditCtrl, which I am doing, but still not able to trap the F9 key, so that it will show the circle with that color. Please help.
Software Developer Sanjay Khapre