As Borland C++ 5.0 users may have noticed, the THTML gave its place to TCppBrowser. For those whod like to use THTML, Borland recomends the following, extracted from C++ Builder Help:
"Import the C++Builder 4 NetMasters HTML.OCX (located on the C++Builder 5 CD-ROM in InfoExtrasNetManage).
To install NetManage OCX components:
1. Copy the files Html.ocx, *.dll to the WindowsSystem directory.
2. Register the Html.Ocx control.
3. From within C++Builder, install the package BinDCLIsp50.bpl."
I really cant do the second step. So my question is how do I register an ocx control?
Comments
:
: "Import the C++Builder 4 NetMasters HTML.OCX (located on the C++Builder 5 CD-ROM in InfoExtrasNetManage).
:
: To install NetManage OCX components:
:
: 1. Copy the files Html.ocx, *.dll to the WindowsSystem directory.
:
: 2. Register the Html.Ocx control.
: 3. From within C++Builder, install the package BinDCLIsp50.bpl."
:
: I really cant do the second step. So my question is how do I register an ocx control?
:
In a prompt windows, type "regsvr32 html.ocx"
(or "regsvr32 c:windowssystemhtml.ocx" if it doesn't find the ocx the first time)