Question:
In C++ Builder 5, where is the THTML component that used to exist
in prior releases?
Answer:
That control doesn't exist in C++ Builder 5, but there are two suggested
options for upgrade issues. The first option is to use the new TCppWebBrowser
component on the Internet page of the Component Palette. The second
option is to import the C++Builder 4 NetMasters HTML.OCX (located on the
C++Builder 5 CD-ROM in Info\Extras\NetManage).
To install NetManage OCX components:
1. Copy the files Html.ocx, *.dll to the Windows\System directory.
2. Register the Html.Ocx control.
3. From within C++Builder, install the package Bin\DCLIsp50.bpl.
Last Modified: 07-JUN-00