Link to home
Start Free TrialLog in
Avatar of yysun
yysun

asked on

Is there a free component to display HTML file?

I'm looking for a free native Delphi component with source to display HTML file.

It should support most HTML Tags and animation GIF.
ASKER CERTIFIED SOLUTION
Avatar of BoRiS
BoRiS

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ZifNab
ZifNab

hi boris,

 good component, but not freeware I supose

yysun, here is a freeware one, but no source I believe... talk to the author :

http://www.cs.monash.edu.au/~vtran/htmldemo.zip

Zif.
Dear yysun
The following is the name of the zip file avilable (I think)from the Torry's page or do a search with the files name
eprehtml.zip
venks
Avatar of yysun

ASKER

Thanks All.
if you have IE installed; Delphi 3 will allow you to use it as an active X componen by choosing

Component | Import ActiveX | Then Choose Microsoft Internet Controls (1.1) form the list view... drop the control on a form and call

WebBrowser1.naviate('file://...', v,v,v,v);

Where V is declared as an OLEvariant;