WebBrowser keyboard handling in MFC DLL - not working
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have modeless dialog is derived from CDHTMLDialog that is hosted in DLL linked to MFC statically. the problem is that keys such as tab don't work. I have read Google documentation 1. for class derived from CDialog the solution in kb233263 work 2. for class derived from CDHTMLDialog this solution does not work 3. regarding the solution kb175502
PreTranslateMessage(MSG* pMsg)
is not called for the dialog class, so I don't understand what to do there Thanks for any help