The best way to fit embedded browser in Juce framework is a heavyweight component - i.e. a component which has a windows handle (HWND). Our softwre would get the handle from the component by calling component->getPeer()->getNativeHandle().
However, I have notice that most of Juce components are lightweight and are not associated with Windows structures. Is there any other component that we could use for embedded a large component that requests window control? Maybe with ActiveX control as Juce’s ActiveX component is a heavyweight component??
did that question make sense?