Board index » cppbuilder » Accessing IE Document Object within embedded ActiveX
Kelly Harriso
![]() CBuilder Developer |
Sun, 10 Aug 2003 05:49:02 GMT
Accessing IE Document Object within embedded ActiveX
I'm developing an ActiveX control (actually an ActiveForm) that will live in
a web page. I'd like to get at the IE document object, but first I've got to get the container (IE) object. Here's what I'm trying: void __fastcall TActiveFormX::ToolButton1Click(TObject *Sender) Quote} [C++ Error] ActiveFormImpl1.cpp(669): E2268 Call to undefined function "Your source file declared the current function to return some type other This is my first try at COM/ActiveX - Java is my usual gig. With that in Thanks, Kelly Harrison, |