Closed
Bug 105446
Opened 24 years ago
Closed 24 years ago
unable to use the Active X control correctly
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
People
(Reporter: hingwah, Assigned: adamlock)
Details
I try to use the mozilla activex control from Borland C++ Builder 5,
I have register it through mozctlx.ctl.
I drag the control and try to use it to load the homepage by:
MozillaBrowser1->Navigate(L"http://www.mozilla.org");
but no page is displayed.
I also try to change the value of properties in object inspector but they
will just remain the same value.
Aftering trying my program and close it,the following error is displayed
"Access violation at address xxxxxxxx at module NavShExt.dll Read of address
xxxxxxxxxxxx"
I also try to add somecode to change some properties of the control at runtime..
(such as MozillaBrowser1->Visble=False ,which will call Mozillabrowser1-
>Set_Visible(true) );
the following error is displayed when run:
Project project1.exe raised exception class EOleException with message "Method
Called while control is uninitialized"
The ActiveX control is broken?
P.S.
the error occur both at mozilla 0.9.5 and mozilla 0.9.4
*** This bug has been marked as a duplicate of 98796 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•