-
ATL key events
I created a lite control that is to be used in IE as the only object on the page. I get the mouse events and repaint fine but the control does not get any key events, either WM_KEYDOWN or WM_CHAR. This is not an edit control.
Spy++ shows that these keyboard messages are not coming into the control but are coming into the IE container even when there is no focus on the Address edit box.
Is there a way to tell the container that the control wants keyboard messages?
Thanks,
Steve
-
Hi sstofka,
Have you read Q168777.
Also, Google is a wonderful reference.
Jeff