(Gast)
n/a Beiträge
|
Re: LoadHTMLToWebBrowser(Webbrowser1,'01.htm');
13. Sep 2007, 15:17
Zitat von DeddyH:
Delphi-Quellcode:
var Dateiinhalt: TStringList;
begin
Dateiinhalt := TStringList.Create;
try
Dateiinhalt.LoadFromFile(ListBox1.Items[0]);
WB_SetHTML(WebBrowser1, Dateiinhalt);
finally
FreeAndNil(Dateiinhalt);
end;
end;
Kommt Error:
http://members.lycos.co.uk/forforums...wserladen4.jpg
|
|
Zitat
|