Hi Jason
I don't know much about making Resource HTML files, but I have an ActiveX
sitting in an HTML frame and calling another HTML file into another frame. I
use TWebBrowser as follows:

var Brwsr: TWebBrowser;
begin
    Brwsr := TWebBrowser.Create(nil);
    Brwsr.Navigate(Url, Flags, TargetFrameName, PostData, Headers);
    Brwsr.Free;
end;

You will need SHDocVw_TLB included in your uses
Url can be a proper Url or files on your hard disk (CGI scripts or HTML
files)

Hope this helps
Sergei Stenkov

-----Original Message-----
From: Jason Coley <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Date: Monday, 15 November 1999 23:27
Subject: [DUG]: HTML Resource Files


How do I make an HTML Resource file using delphi and how do I call it from
code, I am wanting to use the TWebBrowser component and html forms within my
application.

Thanks in advance
Jason Coley

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to