]]On
> Behalf Of Alistair George
> Sent: Tuesday, 16 November 1999 8:33
> To: Multiple recipients of list delphi
> Subject: RE: [DUG]: HTML Resource Files
>
> Jason first thing to check (I dont have the time) is is there a
> Webbrowser.loadfromresource call available? If not, t
Jason Sergie's suggestion or if there is a .loadfromfile command that would
be practical too.
I havent looked at it, but I doubt your following suggestion, unless it is a
different way of loading resource that I dont know about is valid.
> WebBrowser.Navigate('res://shdoclc.dll/navcancl.htm'
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, TargetFram
: RE: [DUG]: HTML Resource Files
Jason first thing to check (I dont have the time) is is there a
Webbrowser.loadfromresource call available? If not, then this idea is a
waste of time.
Also, it is not common practice to make HTML resource. There is not reason
why not, it just isnt usually done.
I wil
Jason first thing to check (I dont have the time) is is there a
Webbrowser.loadfromresource call available? If not, then this idea is a
waste of time.
Also, it is not common practice to make HTML resource. There is not reason
why not, it just isnt usually done.
I will show you how to make a resour