My co-worker created a Qt widget under Linux which he wrapped into an ActiveX control just so I can use it in my Win application UI. I registered and added that ActiveX control in my Visual Studio toolbox and added onto my win form.
Everything is fine, but when launching my form and clicking TAB it passes the focus to the ActiveX control and then to other controls on the win form however the TAB doesn't go into the ActiveX control to do tab-stop within the ActiveX control, which itself consists of some other controls.
How, can I make the tab-stop to happen within the ActiveX control so I can tab from control to control within the ActiveX control as well? Is there any known way?