Zitat:
Quellcode:
getHTMLCode(WebBrowser1,aktqt);
ListBox1.Items.AddStrings(aktqt);
aber alles kommt in einer spalte mit "||" dazwischen, wo ein enter sein sollte...
Hi,
Dann mach's halt so:
Delphi-Quellcode:
getHTMLCode(WebBrowser1,aktqt);
ListBox1.Items.Text := aktqt.GetText;