Remove the default "Internet Explorer Components" package.
You can install the new components in two ways:
1) choose from the menu Component->Import ActiveX Control and install:
Microsoft HTML Object Library
Microsoft Internet Controls
this will install:
Webbrowser_V1
Webbrowser
Scriptlet
but will not install additional components on Server-Tab.
2) Go to your Windows/System directory and execute:
tlibimp shdocvw.dll
Following files are created:
shdocvw_tlb.pas
shdocvw_tlb.dcr
Move these files to Delphi5/Import or somewhere else in your Delphi search-path.
Execute the following command in Windows/System directory:
tlibimp mshtml.tlb
It may take a couple of minutes before the following files are created:
mshtml_tlb.pas
mshtml_tlb.dcr
Move these files to Delphi5/Import or somewhere else in your Delphi search-path.
Create a new package "IE50.DPK" and add shdocvw_tlb.pas and mshtml_tlb.pas. Compile
and install. You can also add Embeddedwb and other components from this website to the package.
In addition to
Webbrowser_V1
Webbrowser
shdocvw_tlb.pas will add 4 useful components to Servers-Tab:
TInternetExplorer, TShellWindows, TShellUIHelper, TShellFavoritesNameSpace.
mshtml_tlb.pas will add approx. 100 components to Servers-Tab. Some of them
are very useful and some of them useless. You can edit mshtml_tlb.pas and
select the components you find useful and recompile the package.
Remember to update the files when you upgrade your version of Internet
Explorer.
You are now ready to install EmbeddedWB and other components from this
website in Delphi 5.