Does anyone have a bit of sample code for C++ Builder 6 with the imported Mozilla ActiveX control? I'm used to working with simple Automation servers and not ActiveX. The control exposes the basic browser funtionality (Navigate, refresh, stop, etc.) but what I want to do is use the DOM. From what I read here, people have been able to do that. Not me.

I'm begining to wonder if the control is only intended to build a web browser and it doesn't expose all of Gecko's functionality.

Specifically, I'm trying to get a pointer to the loaded document's DOMDocument object (and any other such C++ object related to the DOM).

Alexandre Leduc


Reply via email to