PDA

View Full Version : Qt ActiveX in MFC-Dialog do not support WM_GETDLGCODE



derhexer
27th February 2016, 06:13
Hi,

i have to use a Qt based ActiveX Control in MFC :(... But now my problem is that the Qt ActiveX Server don't support the Arrow keys inside the control - all are grabbed by the dialog.
By digging deeper i found out that QAxServerBase::ActiveXProc do not support the WM_GETDLGCODE.

Is there any way to solve this problem (maybe to hook the ActiveProc or have to rewrite the qt qt sources ?)

Thx for any hint!
derhexer